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 bdfc877 commit 12caf1dCopy full SHA for 12caf1d
.github/workflows/continuous-deployment.yml
@@ -82,7 +82,7 @@ jobs:
82
CI: true
83
84
- name: Upload artifact
85
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
86
if: steps.build-website.outcome == 'success' || steps.build-website-without-cache.outcome == 'success'
87
with:
88
path: ./public
0 commit comments