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.
This commit is contained in:
Tim Düsterhus 2024-01-31 23:34:28 +01:00 committed by GitHub
parent 404803577d
commit e209506bfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ runs:
--show-diff \
--show-slow 1000 \
--set-timeout 120
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always() && inputs.testArtifacts != null
with:
name: ${{ github.job }}_${{ inputs.testArtifacts }}

View File

@ -28,7 +28,7 @@ runs:
--show-diff \
--show-slow 1000 \
--set-timeout 120
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always() && inputs.testArtifacts != null
with:
name: ${{ github.job }}_${{ inputs.testArtifacts }}