Skip to content

Commit f363b2a

Browse files
RamanDamayeuRaman Damayeu
and
Raman Damayeu
authored
Fix of upload-artifact from deprecated v3 to v4. (#1716)
Co-authored-by: Raman Damayeu <rdamayeu@provectus.com>
1 parent 922ec25 commit f363b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-playwright-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# cd tests
7777
# npm run test:ci
7878
- name: Upload Artifacts
79-
uses: actions/upload-artifact@v3
79+
uses: actions/upload-artifact@v4
8080
if: always()
8181
with:
8282
name: playwright-report

0 commit comments

Comments
 (0)