Skip to content

Commit dbc8336

Browse files
ci(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a5ba93 commit dbc8336

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
run: yarn build
182182

183183
- name: Upload build artifacts
184-
uses: actions/upload-artifact@v5
184+
uses: actions/upload-artifact@v6
185185
with:
186186
name: build-output
187187
path: ${{ env.CACHED_BUILD_PATHS }}
@@ -386,7 +386,7 @@ jobs:
386386
run: yarn build:tarball
387387

388388
- name: Archive artifacts
389-
uses: actions/upload-artifact@v5
389+
uses: actions/upload-artifact@v6
390390
with:
391391
name: ${{ github.sha }}
392392
retention-days: 90
@@ -629,7 +629,7 @@ jobs:
629629
format(' --shard={0}/{1}', matrix.shard, matrix.shards) || '' }}
630630

631631
- name: Upload Playwright Traces
632-
uses: actions/upload-artifact@v5
632+
uses: actions/upload-artifact@v6
633633
if: failure()
634634
with:
635635
name:
@@ -692,7 +692,7 @@ jobs:
692692
yarn test:loader
693693
694694
- name: Upload Playwright Traces
695-
uses: actions/upload-artifact@v5
695+
uses: actions/upload-artifact@v6
696696
if: failure()
697697
with:
698698
name: playwright-traces-job_browser_loader_tests-${{ matrix.bundle}}
@@ -1009,7 +1009,7 @@ jobs:
10091009
SENTRY_E2E_WORKSPACE_ROOT: ${{ github.workspace }}
10101010

10111011
- name: Upload Playwright Traces
1012-
uses: actions/upload-artifact@v5
1012+
uses: actions/upload-artifact@v6
10131013
if: failure()
10141014
with:
10151015
name: playwright-traces-job_e2e_playwright_tests-${{ matrix.test-application}}
@@ -1023,7 +1023,7 @@ jobs:
10231023
node ./scripts/normalize-e2e-test-dump-transaction-events.js
10241024
10251025
- name: Upload E2E Test Event Dumps
1026-
uses: actions/upload-artifact@v5
1026+
uses: actions/upload-artifact@v6
10271027
if: failure()
10281028
with:
10291029
name: E2E Test Dump (${{ matrix.label || matrix.test-application }})
@@ -1135,7 +1135,7 @@ jobs:
11351135
node ./scripts/normalize-e2e-test-dump-transaction-events.js
11361136
11371137
- name: Upload E2E Test Event Dumps
1138-
uses: actions/upload-artifact@v5
1138+
uses: actions/upload-artifact@v6
11391139
if: failure()
11401140
with:
11411141
name: E2E Test Dump (${{ matrix.label || matrix.test-application }})

.github/workflows/flaky-test-detector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
TEST_RUN_COUNT: 'AUTO'
7272

7373
- name: Upload Playwright Traces
74-
uses: actions/upload-artifact@v5
74+
uses: actions/upload-artifact@v6
7575
if: failure() && steps.test.outcome == 'failure'
7676
with:
7777
name: playwright-test-results

0 commit comments

Comments
 (0)