Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
Updating download artifact to 4.1.7 is breaking change to the publication workflow. Changing upload artifact to match.
  • Loading branch information
deb-intel authored Sep 26, 2024
1 parent 84f3890 commit 5aa2e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts
- name: upload HTML for deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/publish' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: html
path: _build/html
Expand Down

0 comments on commit 5aa2e7c

Please sign in to comment.