Skip to content

Commit 03b949c

Browse files
committed
Update CI workflow to use upload-artifacts@v4 action
The old version is deprecated and now raises an error
1 parent 9eaf8a1 commit 03b949c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/internal-testsuite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required
123123
if: always() # Pick up events even if the job fails or is canceled.
124124

125-
- uses: actions/upload-artifact@v2
125+
- uses: actions/upload-artifact@v4
126126
with:
127127
name: testsuite-build-artifacts
128128
path: |

0 commit comments

Comments
 (0)