Skip to content

Commit 938d1da

Browse files
⬆️ Bump dawidd6/action-download-artifact from 11 to 12 (#690)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 11 to 12. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v11...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ecd22c commit 938d1da

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
shell: bash -l {0}
4141
run: pip list
4242
- name: Download "build" folder (cache)
43-
uses: dawidd6/action-download-artifact@v11
43+
uses: dawidd6/action-download-artifact@v12
4444
with:
4545
workflow: cache.yml
4646
branch: main

.github/workflows/collab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
shell: bash -l {0}
2121
run: pip list
2222
- name: Download "build" folder (cache)
23-
uses: dawidd6/action-download-artifact@v11
23+
uses: dawidd6/action-download-artifact@v12
2424
with:
2525
workflow: cache.yml
2626
branch: main

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
shell: bash -l {0}
4242
run: pip list
4343
- name: Download "build" folder (cache)
44-
uses: dawidd6/action-download-artifact@v11
44+
uses: dawidd6/action-download-artifact@v12
4545
with:
4646
workflow: cache.yml
4747
branch: main

0 commit comments

Comments
 (0)