We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98e0f9 commit 7b662abCopy full SHA for 7b662ab
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
run: npx playwright install --with-deps
24
- name: Run Playwright tests
25
run: npx playwright test
26
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
27
if: ${{ !cancelled() }}
28
with:
29
name: playwright-report
.github/workflows/docker.yml
@@ -56,7 +56,7 @@ jobs:
56
vuln-type: "os,library"
57
severity: "CRITICAL"
58
- name: Upload Vulnerability Scan Results
59
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
60
61
name: trivy-report
62
path: trivy-report.json
0 commit comments