Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#…
Browse files Browse the repository at this point in the history
…117)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jack T <[email protected]>
  • Loading branch information
dependabot[bot] and jackTabsCode authored Oct 2, 2024
1 parent 5dd8119 commit 8811159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:
uses: actions/checkout@v3

- name: Download Matter Build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: build
path: build

- name: Download Example Game Build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: build-example
path: build-example
Expand Down

0 comments on commit 8811159

Please sign in to comment.