Skip to content

Commit fcf1a7f

Browse files
⬆️ Bump dawidd6/action-download-artifact from 10 to 11 (#357)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 10 to 11. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v10...v11) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8973c2e commit fcf1a7f

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
@@ -34,7 +34,7 @@ jobs:
3434
shell: bash -l {0}
3535
run: pip list
3636
- name: Download "build" folder (cache)
37-
uses: dawidd6/action-download-artifact@v10
37+
uses: dawidd6/action-download-artifact@v11
3838
with:
3939
workflow: cache.yml
4040
branch: main

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)