Skip to content

Commit a6355f5

Browse files
⬆️ Bump dawidd6/action-download-artifact from 9 to 10 (#346)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 9 to 10. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v9...v10) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '10' 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> Co-authored-by: Matt McKay <[email protected]>
1 parent f2d5be0 commit a6355f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
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@v9
30+
uses: dawidd6/action-download-artifact@v10
3131
with:
3232
workflow: cache.yml
3333
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@v9
43+
uses: dawidd6/action-download-artifact@v10
4444
with:
4545
workflow: cache.yml
4646
branch: main

0 commit comments

Comments
 (0)