Skip to content

Commit d793f4e

Browse files
authored
Merge pull request #1233 from w3bdesign/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v5
2 parents 9f57345 + a9fc8af commit d793f4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pa11y.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Upload pa11y results
7070
if: always()
71-
uses: actions/upload-artifact@v4
71+
uses: actions/upload-artifact@v5
7272
with:
7373
name: pa11y-reports
7474
path: pa11y-reports/

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
npx wait-on http://localhost:3000
3131
- name: Run Playwright tests
3232
run: pnpm exec playwright test
33-
- uses: actions/upload-artifact@v4
33+
- uses: actions/upload-artifact@v5
3434
if: always()
3535
with:
3636
name: playwright-report

0 commit comments

Comments
 (0)