Upgrade actions/upload-artifact v4.6.0 -> v4.6.1 (#1562)

See:
- https://github.com/actions/upload-artifact/releases/tag/v4.6.1
This commit is contained in:
Picnic-DevPla-Bot
2025-02-23 17:43:58 +01:00
committed by GitHub
parent ad6c8593f2
commit d91f94e879
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: "integration-test-${{ matrix.integration-test }}"
path: "${{ runner.temp }}/artifacts"