Skip to content

Commit 5316a0c

Browse files
committed
fix: update actions/upload-artifact to v4 as v3 is disabled
The use of v3 now triggers an error with this action.
1 parent 481e835 commit 5316a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-22.04
8181
steps:
8282
- name: Upload Artifact
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: event-payload
8686
path: ${{ github.event_path }}

0 commit comments

Comments
 (0)