We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e746b02 + 7a7e871 commit b3fa5bcCopy full SHA for b3fa5bc
.github/workflows/playwright-firefox-nightly.yml
@@ -75,7 +75,7 @@ jobs:
75
token: ${{ secrets.CODECOV_TOKEN }}
76
- name: Upload test artifacts
77
if: always() # Upload on pass or fail
78
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
79
with:
80
name: playwright-firefox
81
path: playwright/test-results
.github/workflows/playwright.yml
@@ -78,7 +78,7 @@ jobs:
82
83
name: playwright
84
0 commit comments