Skip to content

Commit e40c4cb

Browse files
authored
Merge pull request #229 from TEOS-10/dependabot/github_actions/github-actions-a3a0f643bf
Bump actions/download-artifact from 7.0.0 to 8.0.0 in the github-actions group
2 parents 81caf0f + abec3ce commit e40c4cb

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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
85+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
104+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
105105
with:
106106
pattern: pypi-artifacts*
107107
path: ${{ github.workspace }}/dist

0 commit comments

Comments
 (0)