Skip to content

Commit 0c0df7f

Browse files
Build(deps): Bump dawidd6/action-download-artifact from 10 to 12
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 10 to 12. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v10...v12) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '12' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a041b13 commit 0c0df7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fi
3333
3434
- name: Download artifacts from build workflow
35-
uses: dawidd6/action-download-artifact@v10
35+
uses: dawidd6/action-download-artifact@v12
3636
with:
3737
name: prod-deployment-files
3838
run_id: ${{ github.event.workflow_run.id }}

.github/workflows/deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ssh-keyscan github.com >> ~/.ssh/known_hosts
2020
2121
- name: Download artifacts from build workflow
22-
uses: dawidd6/action-download-artifact@v10
22+
uses: dawidd6/action-download-artifact@v12
2323
with:
2424
name: test-deployment-files
2525
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)