Skip to content

Commit 187c4b3

Browse files
build(deps): bump actions/upload-artifact from 4 to 5
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]>
1 parent c2ed781 commit 187c4b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- run: npm run test-int-snapshots
5757

58-
- uses: actions/upload-artifact@v4
58+
- uses: actions/upload-artifact@v5
5959
if: always()
6060
with:
6161
name: playwright-report-pages

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ jobs:
6666
- name: Install Playwright Browsers
6767
run: npx playwright install --with-deps
6868
- run: npm run test-int-x
69-
- uses: actions/upload-artifact@v4
69+
- uses: actions/upload-artifact@v5
7070
if: always()
7171
with:
7272
name: playwright-report-pages
7373
path: special-pages/playwright-report
7474
retention-days: 5
75-
- uses: actions/upload-artifact@v4
75+
- uses: actions/upload-artifact@v5
7676
if: always()
7777
with:
7878
name: playwright-report-injected

0 commit comments

Comments
 (0)