Skip to content

Commit 220b735

Browse files
⬆️ Bump dawidd6/action-download-artifact from 11 to 12 (#459)
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 6c7faa7 commit 220b735

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: pip list
5353
# Download Build Cache from cache.yml
5454
- name: Download "build" folder (cache)
55-
uses: dawidd6/action-download-artifact@v11
55+
uses: dawidd6/action-download-artifact@v12
5656
with:
5757
workflow: cache.yml
5858
branch: main

0 commit comments

Comments
 (0)