Skip to content

Commit 2e33b68

Browse files
authored
Merge pull request #2123 from simonihmig/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v7
2 parents d4c15ba + 3ea0db5 commit 2e33b68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: pnpm test
8282
- name: Upload test artifacts
8383
if: ${{ !cancelled() }}
84-
uses: actions/upload-artifact@v6
84+
uses: actions/upload-artifact@v7
8585
with:
8686
name: playwright-report
8787
path: '**/playwright-report/**/*'

0 commit comments

Comments
 (0)