We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6270b commit 35870f6Copy full SHA for 35870f6
.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@v3
+ uses: actions/upload-artifact@v4
83
with:
84
name: '${{ matrix.branch }}_html_artifacts'
85
path: artifact.tar.gz
0 commit comments