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 1e68b2e commit a0e05faCopy full SHA for a0e05fa
.github/workflows/pull-request.yml
@@ -74,7 +74,7 @@ jobs:
74
# https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts
75
- name: upload HTML for deploy
76
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/publish' }}
77
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
78
with:
79
name: html
80
path: _build/html
0 commit comments