Skip to content

Commit f8345d7

Browse files
authored
Merge pull request #56 from pactflow/gh-renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v4
2 parents 027c9b1 + f84d218 commit f8345d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: npx playwright install --with-deps
1919
- name: Run Playwright tests
2020
run: npx playwright test
21-
- uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2
21+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
2222
if: always()
2323
with:
2424
name: playwright-report

0 commit comments

Comments
 (0)