Skip to content

Commit bac781b

Browse files
⬆️ Bump dawidd6/action-download-artifact from 6 to 8 (#335)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 8. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v6...v8) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact 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 b7a0c22 commit bac781b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
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@v6
37+
uses: dawidd6/action-download-artifact@v8
3838
with:
3939
workflow: cache.yml
4040
branch: main

.github/workflows/linkcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
environment-file: environment.yml
2828
activate-environment: quantecon
2929
- name: Download "build" folder (cache)
30-
uses: dawidd6/action-download-artifact@v6
30+
uses: dawidd6/action-download-artifact@v8
3131
with:
3232
workflow: cache.yml
3333
branch: main

.github/workflows/publish.yml

+1-1
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@v6
43+
uses: dawidd6/action-download-artifact@v8
4444
with:
4545
workflow: cache.yml
4646
branch: main

0 commit comments

Comments
 (0)