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 51a42b0 commit db593b7Copy full SHA for db593b7
.github/workflows/deploy.yml
@@ -79,7 +79,7 @@ jobs:
79
run: tar cvzf artifact.tar.gz --directory=build/html .
80
81
- name: Upload HTML Artifact
82
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3
83
with:
84
name: '${{ matrix.branch }}_html_artifacts'
85
path: artifact.tar.gz
0 commit comments