Skip to content

Commit d1ca74d

Browse files
chore(deps): bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 341268f commit d1ca74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chromatic-playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# ⚠️ See your package manager's documentation for the correct command to install dependencies in a CI environment.
5050
run: pnpm install --frozen-lockfile
5151
- name: Download Playwright test results
52-
uses: actions/download-artifact@v7
52+
uses: actions/download-artifact@v8
5353
with:
5454
name: test-results
5555
path: ./test-results

0 commit comments

Comments
 (0)