Upgrade actions/upload-artifact v4.3.1 -> v4.3.2 (#1143)

See:
- https://github.com/actions/upload-artifact/releases/tag/v4.3.2
This commit is contained in:
Picnic-Bot
2024-04-19 10:14:36 +02:00
committed by GitHub
parent 8f5faf0f6a
commit eb36c1e493
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ jobs:
run: xvfb-run ./integration-tests/checkstyle.sh "${{ runner.temp }}/artifacts"
- name: Upload artifacts on failure
if: ${{ failure() }}
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: integration-test-checkstyle
path: "${{ runner.temp }}/artifacts"