We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95da869 commit e0ab830Copy full SHA for e0ab830
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
steps:
41
- name: Checkout
42
uses: actions/checkout@v3
43
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4.1.7
44
with:
45
name: jupyterlite-demo-dist-${{ github.run_number }}
46
path: ./dist
0 commit comments