Skip to content

Commit c4bfce9

Browse files
Bump actions/download-artifact from 6.0.0 to 7.0.0 (#98)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.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 65f8df3 commit c4bfce9

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
@@ -180,7 +180,7 @@ jobs:
180180
run: |
181181
python -m pip install --upgrade pip
182182
pip install --upgrade twine
183-
- uses: actions/download-artifact@v6.0.0
183+
- uses: actions/download-artifact@v7.0.0
184184
with:
185185
pattern: built-*
186186
merge-multiple: true
@@ -199,7 +199,7 @@ jobs:
199199
permissions:
200200
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
201201
steps:
202-
- uses: actions/download-artifact@v6.0.0
202+
- uses: actions/download-artifact@v7.0.0
203203
with:
204204
pattern: built-*
205205
merge-multiple: true

0 commit comments

Comments
 (0)