Skip to content

Commit 147a495

Browse files
chore(deps): update actions/upload-artifact action to v6 (#942)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ade501 commit 147a495

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-tests-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
env:
5656
BLOB_UPLOAD_SECRET: ${{ secrets.BLOB_UPLOAD_SECRET }}
5757

58-
- uses: actions/upload-artifact@v4
58+
- uses: actions/upload-artifact@v6
5959
if: always()
6060
with:
6161
name: playwright-report

.github/workflows/integration-tests-live.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
BLOB_UPLOAD_SECRET: ${{ secrets.BLOB_UPLOAD_SECRET }}
6464
VERCEL_PROTECTION_BYPASS_HEADER: ${{ secrets.VERCEL_PROTECTION_BYPASS_HEADER }}
6565

66-
- uses: actions/upload-artifact@v4
66+
- uses: actions/upload-artifact@v6
6767
if: always()
6868
with:
6969
name: playwright-report

.github/workflows/visual-tests-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- "project:${{ github.repository }}"
8282
- name: Upload Snpashot results
8383
if: always()
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@v6
8585
with:
8686
name: playwright-snapshot
8787
path: test/next/test-results

0 commit comments

Comments
 (0)