Skip to content

Commit 9efb93c

Browse files
authored
Merge pull request #232 from TEOS-10/dependabot/github_actions/github-actions-1fa769d870
Bump actions/download-artifact from 8.0.0 to 8.0.1 in the github-actions group
2 parents 972d449 + 3a6bf8f commit 9efb93c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
name: "Show artifacts"
8383
runs-on: ubuntu-22.04
8484
steps:
85-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
85+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8686
with:
8787
pattern: pypi-artifacts*
8888
path: ${{ github.workspace }}/dist
@@ -101,7 +101,7 @@ jobs:
101101
# upload to PyPI for every tag starting with 'v'
102102
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
103103
steps:
104-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
104+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
105105
with:
106106
pattern: pypi-artifacts*
107107
path: ${{ github.workspace }}/dist

0 commit comments

Comments
 (0)