Skip to content

Commit e209506

Browse files
authored
Update GitHub Action workflows to actions/upload-artifact@v4 (#13297)
Keep this up to date in all non-security-only branches, because the node.js runtime for older versions might get deprecated in the future and fixing this for all branches at once is easier.
1 parent 4048035 commit e209506

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/test-linux/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
--show-diff \
4747
--show-slow 1000 \
4848
--set-timeout 120
49-
- uses: actions/upload-artifact@v3
49+
- uses: actions/upload-artifact@v4
5050
if: always() && inputs.testArtifacts != null
5151
with:
5252
name: ${{ github.job }}_${{ inputs.testArtifacts }}

.github/actions/test-macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
--show-diff \
2929
--show-slow 1000 \
3030
--set-timeout 120
31-
- uses: actions/upload-artifact@v3
31+
- uses: actions/upload-artifact@v4
3232
if: always() && inputs.testArtifacts != null
3333
with:
3434
name: ${{ github.job }}_${{ inputs.testArtifacts }}

0 commit comments

Comments
 (0)