Skip to content

Commit 772d427

Browse files
Bump actions/download-artifact from 4.3.0 to 5.0.0 (#90)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 521c18b commit 772d427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
run: |
180180
python -m pip install --upgrade pip
181181
pip install --upgrade twine
182-
- uses: actions/download-artifact@v4.3.0
182+
- uses: actions/download-artifact@v5.0.0
183183
with:
184184
pattern: built-*
185185
merge-multiple: true
@@ -198,7 +198,7 @@ jobs:
198198
permissions:
199199
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
200200
steps:
201-
- uses: actions/download-artifact@v4.3.0
201+
- uses: actions/download-artifact@v5.0.0
202202
with:
203203
pattern: built-*
204204
merge-multiple: true

0 commit comments

Comments
 (0)