Skip to content

Commit 654dbb5

Browse files
dependabot[bot]cursoragentjonathanKingston
authored
build(deps): bump actions/upload-artifact from 4 to 5 (#2037)
* 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] <support@github.com> * Refactor: Rename artifact names in CI workflows Co-authored-by: jkingston <jkingston@duckduckgo.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: jkingston <jkingston@duckduckgo.com>
1 parent 49e47d3 commit 654dbb5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/snapshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ 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:
61-
name: playwright-report-pages
61+
name: snapshots-playwright-report
6262
path: |
6363
special-pages/playwright-report/**
6464
special-pages/test-results/**

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@ 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:
72-
name: playwright-report-pages
72+
name: tests-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:
78-
name: playwright-report-injected
78+
name: tests-playwright-report-injected
7979
path: injected/playwright-report
8080
retention-days: 5
8181
- name: Build docs

0 commit comments

Comments
 (0)