Skip to content

Commit 67d2c00

Browse files
build(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 da3f8c6 commit 67d2c00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
node-version: 22
8989
cache: npm
9090
- run: npm ci
91-
- uses: actions/download-artifact@v7
91+
- uses: actions/download-artifact@v8
9292
with:
9393
path: bin
9494
pattern: gh-attach-*
@@ -123,7 +123,7 @@ jobs:
123123
cache: npm
124124
registry-url: https://npm.pkg.github.com
125125
- run: npm ci
126-
- uses: actions/download-artifact@v7
126+
- uses: actions/download-artifact@v8
127127
with:
128128
path: bin
129129
pattern: gh-attach-*

0 commit comments

Comments
 (0)