Skip to content

Commit 6a16ecf

Browse files
chore: bump actions/upload-artifact from 4 to 5 (#2621)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 321939d commit 6a16ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: E2E Tests (Playwright)
7272
run: npm run test:e2e
7373
- name: Store artifacts
74-
uses: actions/upload-artifact@v4
74+
uses: actions/upload-artifact@v5
7575
if: failure()
7676
with:
7777
name: ${{ matrix.os }}-${{ matrix.node-version }}-artifacts

0 commit comments

Comments
 (0)