Skip to content

Commit f72c45e

Browse files
dependabot[bot]lgarrison
authored andcommitted
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eaa7acf commit f72c45e

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
@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: Fetch wheel
102102
if: ${{ env.PUBLISH == 'true' }}
103-
uses: actions/download-artifact@v4
103+
uses: actions/download-artifact@v5
104104
with:
105105
name: artifact
106106
path: dist
@@ -141,7 +141,7 @@ jobs:
141141
id-token: write
142142
runs-on: ubuntu-latest
143143
steps:
144-
- uses: actions/download-artifact@v4
144+
- uses: actions/download-artifact@v5
145145
with:
146146
name: artifact
147147
path: dist

0 commit comments

Comments
 (0)