chore(deps)!: update actions/upload-artifact (v5.0.0 → v6.0.0) (#37)

This commit is contained in:
renovate[bot]
2025-12-13 11:51:36 +02:00
committed by GitHub
parent 70056c3a1c
commit 0dddf277ba
2 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ jobs:
run: make snapshots
- name: Upload Playwright report
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
if: always()
with:
name: playwright-report

View File

@@ -60,14 +60,14 @@ jobs:
cd ..
- name: Upload build artifacts
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: release-archives
path: dist/*.tar.gz
retention-days: 30
- name: Upload checksums
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: checksums
path: dist/checksums.txt