Upgrade actions/upload-artifact v4.6.1 -> v4.6.2 (#1600)

See:
- https://github.com/actions/upload-artifact/releases/tag/v4.6.2
This commit is contained in:
Picnic-DevPla-Bot
2025-03-20 12:40:33 +01:00
committed by GitHub
parent ae8f940f55
commit 4744113411
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: "integration-test-${{ matrix.integration-test }}"
path: "${{ runner.temp }}/artifacts"