We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e09cc commit c84b6ecCopy full SHA for c84b6ec
.github/workflows/linkcheck.yml
@@ -27,7 +27,7 @@ jobs:
27
environment-file: environment.yml
28
activate-environment: quantecon
29
- name: Download "build" folder (cache)
30
- uses: dawidd6/action-download-artifact@v2
+ uses: dawidd6/action-download-artifact@v6
31
with:
32
workflow: cache.yml
33
branch: main
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
run: pip list
# Download Build Cache from cache.yml
34
0 commit comments