Upgrade actions/upload-artifact v4.4.3 -> v4.5.0 (#1466)

See:
- https://github.com/actions/upload-artifact/releases/tag/v4.5.0
This commit is contained in:
Picnic-DevPla-Bot
2024-12-18 09:14:26 +01:00
committed by GitHub
parent db7757c556
commit 67bf5b98a8
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ jobs:
run: xvfb-run "./integration-tests/${{ matrix.integration-test }}.sh" "${{ runner.temp }}/artifacts"
- name: Upload artifacts on failure
if: ${{ failure() }}
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: "integration-test-${{ matrix.integration-test }}"
path: "${{ runner.temp }}/artifacts"