Skip to content

Commit 8bfa4f9

Browse files
committed
Upgrade actions/upload-artifact to v4
1 parent 4dfac6c commit 8bfa4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303
npm run test
304304
305305
- name: Upload Test Report
306-
uses: actions/upload-artifact@v3
306+
uses: actions/upload-artifact@v4.0.0
307307
if: always()
308308
with:
309309
name: playwright-report

0 commit comments

Comments
 (0)