Upgrade actions/upload-artifact v4.5.0 -> v4.6.0 (#1506)

See:
- https://github.com/actions/upload-artifact/releases/tag/v4.6.0
This commit is contained in:
Picnic-DevPla-Bot
2025-01-11 12:36:15 +01:00
committed by GitHub
parent 7b81dc44e5
commit d2ce18e33e
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: "integration-test-${{ matrix.integration-test }}"
path: "${{ runner.temp }}/artifacts"