Skip to content

Commit a0e05fa

Browse files
authored
Update pull-request.yml (#503)
Updating download artifact to 4.1.7 is breaking change to the publication workflow. Changing upload artifact to match.
1 parent 1e68b2e commit a0e05fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts
7575
- name: upload HTML for deploy
7676
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/publish' }}
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: html
8080
path: _build/html

0 commit comments

Comments
 (0)