Skip to content

Commit 29a2e47

Browse files
chore(deps): update actions/upload-artifact action to v7 (#1317)
1 parent a5e0b52 commit 29a2e47

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nightly-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
zip -r -P ${{ secrets.E2E_PLAYWRIGHT_REPORT_PASSWORD }} ../playwright-report.zip *
8282
8383
- name: Upload report
84-
uses: actions/upload-artifact@v6
84+
uses: actions/upload-artifact@v7
8585
if: always()
8686
with:
8787
name: playwright-report-${{ matrix.project }}

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: pnpm build ${{ matrix.browser }} --channel=nightly --no-typecheck
3232

3333
- name: Upload artifacts
34-
uses: actions/upload-artifact@v6
34+
uses: actions/upload-artifact@v7
3535
with:
3636
name: ${{ github.event.pull_request.number }}-${{ matrix.browser }}
3737
path: dist/${{ matrix.browser }}/

.github/workflows/tests-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
zip -r -P ${{ secrets.E2E_PLAYWRIGHT_REPORT_PASSWORD }} ../playwright-report.zip *
9595
9696
- name: Upload report
97-
uses: actions/upload-artifact@v6
97+
uses: actions/upload-artifact@v7
9898
if: always()
9999
with:
100100
name: playwright-report-${{ matrix.project }}

0 commit comments

Comments
 (0)