Skip to content

Commit 4b2e20b

Browse files
chore(deps): bump actions/download-artifact from 7 to 8 (#21)
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 0114b1a commit 4b2e20b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tool.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- name: Download artifacts
75-
uses: actions/download-artifact@v7
75+
uses: actions/download-artifact@v8
7676
with:
7777
path: dist
7878

@@ -140,7 +140,7 @@ jobs:
140140
with:
141141
fetch-depth: 0
142142

143-
- uses: actions/download-artifact@v7
143+
- uses: actions/download-artifact@v8
144144
with:
145145
name: versioned-source
146146
path: app

0 commit comments

Comments
 (0)