Skip to content

Commit 5dddd2f

Browse files
Chore(deps): Bump actions/download-artifact
Bumps the actions-infrastructure group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-infrastructure ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8234ec3 commit 5dddd2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
matrix:
5050
package: ["wheel", "sdist"]
5151
steps:
52-
- uses: actions/download-artifact@v4
52+
- uses: actions/download-artifact@v5
5353
with:
5454
name: dist
5555
path: dist/
@@ -133,7 +133,7 @@ jobs:
133133
needs: [test, test-package]
134134
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
135135
steps:
136-
- uses: actions/download-artifact@v4
136+
- uses: actions/download-artifact@v5
137137
with:
138138
name: dist
139139
path: dist/

0 commit comments

Comments
 (0)