Skip to content

Commit 3bd9da6

Browse files
Bump dawidd6/action-download-artifact from 9 to 10
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 9 to 10. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v9...v10) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a891355 commit 3bd9da6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: github.event.workflow_run.conclusion == 'success'
1818
steps:
1919
- name: Download Release Info
20-
uses: dawidd6/action-download-artifact@v9
20+
uses: dawidd6/action-download-artifact@v10
2121
with:
2222
run_id: ${{ github.event.workflow_run.id }}
2323
name: release-info
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Download and Extract Artifacts from build
42-
uses: dawidd6/action-download-artifact@v9
42+
uses: dawidd6/action-download-artifact@v10
4343
with:
4444
run_id: ${{ github.event.workflow_run.id }}
4545
name: Signed

.github/workflows/test-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
# Need to download from the associated workflow
2424
- name: Download and Extract Artifacts from build
25-
uses: dawidd6/action-download-artifact@v9
25+
uses: dawidd6/action-download-artifact@v10
2626
with:
2727
run_id: ${{ github.event.workflow_run.id }}
2828
path: artifacts

0 commit comments

Comments
 (0)