Skip to content

Commit 4924aa3

Browse files
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] <[email protected]>
1 parent 2a1922b commit 4924aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
python-version: ${{ matrix.python_version }}
104104

105-
- uses: actions/download-artifact@v4
105+
- uses: actions/download-artifact@v5
106106
with:
107107
name: wheel
108108
path: dist
@@ -137,7 +137,7 @@ jobs:
137137
- run: poetry install
138138

139139
# grab the previously built wheel for checking with twine
140-
- uses: actions/download-artifact@v4
140+
- uses: actions/download-artifact@v5
141141
with:
142142
name: wheel
143143
path: dist

0 commit comments

Comments
 (0)