Skip to content

Commit bbc8c44

Browse files
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ef9fe4 commit bbc8c44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
matrix:
6060
package: ['wheel', 'sdist']
6161
steps:
62-
- uses: actions/download-artifact@v3
62+
- uses: actions/download-artifact@v4
6363
with:
6464
name: dist
6565
path: dist/
@@ -162,7 +162,7 @@ jobs:
162162
needs: [stable, test-package]
163163
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
164164
steps:
165-
- uses: actions/download-artifact@v3
165+
- uses: actions/download-artifact@v4
166166
with:
167167
name: dist
168168
path: dist/

0 commit comments

Comments
 (0)