Skip to content

Commit f5ab4d9

Browse files
chore: bump actions/upload-artifact from 2 to 3 (#2026)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact 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> Co-authored-by: Koy ['kɔɪ] <[email protected]>
1 parent 582d81c commit f5ab4d9

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
@@ -74,7 +74,7 @@ jobs:
7474
- name: E2E Tests (Playwright)
7575
run: npm run test:e2e
7676
- name: Store artifacts
77-
uses: actions/upload-artifact@v2
77+
uses: actions/upload-artifact@v3
7878
if: failure()
7979
with:
8080
name: ${{ matrix.os }}-${{ matrix.node-version }}-artifacts

0 commit comments

Comments
 (0)