Skip to content

Commit 3893efc

Browse files
build(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 (#186)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a561bb commit 3893efc

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
@@ -79,7 +79,7 @@ jobs:
7979
id-token: write
8080
steps:
8181
- name: Download all the dists
82-
uses: actions/download-artifact@v8.0.0
82+
uses: actions/download-artifact@v8.0.1
8383
with:
8484
pattern: cibw-*
8585
path: dist
@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103
- name: Download all the dists
104-
uses: actions/download-artifact@v8.0.0
104+
uses: actions/download-artifact@v8.0.1
105105
with:
106106
pattern: cibw-*
107107
path: dist

0 commit comments

Comments
 (0)