Skip to content

Commit d13a601

Browse files
Bump actions/download-artifact from 8.0.0 to 8.0.1 (#101)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d6a6ef commit d13a601

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v8.0.0
183+
- uses: actions/download-artifact@v8.0.1
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@v8.0.0
202+
- uses: actions/download-artifact@v8.0.1
203203
with:
204204
pattern: built-*
205205
merge-multiple: true

0 commit comments

Comments
 (0)