Skip to content

Commit 19d1118

Browse files
committed
Upgrade actions/upload-artifact to v4, as v3 is deprecated and will stop working soon.
1 parent 4177256 commit 19d1118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Upload Test Results
8383
if: success() || failure()
84-
uses: actions/upload-artifact@v3
84+
uses: actions/upload-artifact@v4
8585
with:
8686
name: Test Results
8787
path: |
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-latest
104104
steps:
105105
- name: Upload
106-
uses: actions/upload-artifact@v3
106+
uses: actions/upload-artifact@v4
107107
with:
108108
name: Event File
109109
path: ${{ github.event_path }}

0 commit comments

Comments
 (0)