Skip to content

Commit d604172

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: just test-e2e-docker
2424

2525
- name: Upload Playwright report
26-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
26+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
2727
if: failure()
2828
with:
2929
name: playwright-report

.github/workflows/fullstack-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: docker compose -f docker-compose.test.yml down --volumes --timeout 5
101101

102102
- name: Upload Playwright report on failure
103-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
103+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
104104
if: failure()
105105
with:
106106
name: integration-playwright-report

0 commit comments

Comments
 (0)