Skip to content

Commit 13d04a2

Browse files
ci(deps): bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87cc71a commit 13d04a2

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/claude-live-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
238238
- name: Upload test report and screenshots
239239
if: always()
240-
uses: actions/upload-artifact@v6
240+
uses: actions/upload-artifact@v7
241241
with:
242242
name: claude-test-report-pr-${{ github.event.pull_request.number }}
243243
path: |
@@ -249,7 +249,7 @@ jobs:
249249

250250
- name: Upload Playwright traces (includes video)
251251
if: always()
252-
uses: actions/upload-artifact@v6
252+
uses: actions/upload-artifact@v7
253253
with:
254254
name: playwright-traces-pr-${{ github.event.pull_request.number }}
255255
path: /tmp/test_output/traces

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195

196196
- name: Upload test results
197197
if: failure()
198-
uses: actions/upload-artifact@v6
198+
uses: actions/upload-artifact@v7
199199
with:
200200
name: cypress-screenshots-pr-${{ github.event.pull_request.number }}
201201
path: e2e/cypress/screenshots
@@ -204,7 +204,7 @@ jobs:
204204

205205
- name: Upload test videos
206206
if: failure()
207-
uses: actions/upload-artifact@v6
207+
uses: actions/upload-artifact@v7
208208
with:
209209
name: cypress-videos-pr-${{ github.event.pull_request.number }}
210210
path: e2e/cypress/videos

.github/workflows/feedback-loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Upload session configs
7676
if: steps.query.outputs.session_count != '0'
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v7
7878
with:
7979
name: session-configs
8080
path: /tmp/feedback-loop/sessions.json

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
139139
- name: Upload HTML Report
140140
id: upload
141-
uses: actions/upload-artifact@v6
141+
uses: actions/upload-artifact@v7
142142
if: (!cancelled())
143143
with:
144144
name: ${{ steps.name_gen.outputs.REPORT_NAME }}
@@ -267,7 +267,7 @@ jobs:
267267
go test -v -race -coverprofile=coverage.out ./...
268268
269269
- name: Upload coverage
270-
uses: actions/upload-artifact@v6
270+
uses: actions/upload-artifact@v7
271271
if: always()
272272
with:
273273
name: cli-coverage-${{ github.run_id }}

0 commit comments

Comments
 (0)