Skip to content

Commit 82ce499

Browse files
chore(deps): bump actions/download-artifact from 7 to 8 (#125)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 860abb5 commit 82ce499

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# This avoids yarn concurrency issues on Windows and speeds up
5858
# the CLI build on all platforms.
5959
- name: Download web distribution
60-
uses: actions/download-artifact@v7
60+
uses: actions/download-artifact@v8
6161
with:
6262
name: ketch-web
6363
path: ${{ runner.temp }}/ketch-web
@@ -262,7 +262,7 @@ jobs:
262262
fetch-depth: 0
263263

264264
- name: Download all artifacts
265-
uses: actions/download-artifact@v7
265+
uses: actions/download-artifact@v8
266266
with:
267267
path: artifacts
268268
merge-multiple: true

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
if: always()
116116
steps:
117117
- name: Download test results
118-
uses: actions/download-artifact@v7
118+
uses: actions/download-artifact@v8
119119
with:
120120
pattern: test-results-*
121121
merge-multiple: true

0 commit comments

Comments
 (0)