Skip to content

Commit 7b662ab

Browse files
chore(deps): update actions/upload-artifact action to v5 (#884)
1 parent e98e0f9 commit 7b662ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: npx playwright install --with-deps
2424
- name: Run Playwright tests
2525
run: npx playwright test
26-
- uses: actions/upload-artifact@v4
26+
- uses: actions/upload-artifact@v5
2727
if: ${{ !cancelled() }}
2828
with:
2929
name: playwright-report

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
vuln-type: "os,library"
5757
severity: "CRITICAL"
5858
- name: Upload Vulnerability Scan Results
59-
uses: actions/upload-artifact@v4
59+
uses: actions/upload-artifact@v5
6060
with:
6161
name: trivy-report
6262
path: trivy-report.json

0 commit comments

Comments
 (0)