Skip to content

Commit 141718f

Browse files
authored
Merge pull request #164 from KubrickCode/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents a83455e + 11647eb commit 141718f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ jobs:
7171

7272
- name: Upload test results
7373
if: always()
74-
uses: actions/upload-artifact@v4
74+
uses: actions/upload-artifact@v5
7575
with:
7676
name: playwright-report
7777
path: src/view/playwright-report/
7878
retention-days: 30
7979

8080
- name: Upload test traces
8181
if: failure()
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v5
8383
with:
8484
name: playwright-traces
8585
path: src/view/test-results/

0 commit comments

Comments
 (0)