Skip to content

Commit 6a32e3f

Browse files
Bump dawidd6/action-download-artifact from 2 to 3
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 3. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2...v3) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 15dafe1 commit 6a32e3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
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@v2
20+
uses: dawidd6/action-download-artifact@v3
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@v2
42+
uses: dawidd6/action-download-artifact@v3
4343
with:
4444
run_id: ${{ github.event.workflow_run.id }}
4545
name: Signed

.github/workflows/test-results.yml

+1-1
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@v2
25+
uses: dawidd6/action-download-artifact@v3
2626
with:
2727
run_id: ${{ github.event.workflow_run.id }}
2828
path: artifacts

0 commit comments

Comments
 (0)