We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c9895 commit aedc781Copy full SHA for aedc781
.github/workflows/hugo.yml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
cp -rf ./content/courses ./public
58
- name: Upload artifact
59
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
60
with:
61
path: ./public
62
0 commit comments