Skip to content

Commit a1c6241

Browse files
authored
Merge pull request #78 from ioos/dependabot/github_actions/github-actions-d1f77ae5d1
Bump actions/download-artifact from 4.3.0 to 5.0.0 in the github-actions group
2 parents b053f4b + 35bb3c4 commit a1c6241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
name: "Show artifacts"
6262
runs-on: ubuntu-latest
6363
steps:
64-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
64+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
6565
with:
6666
pattern: pypi-artifacts*
6767
path: ${{ github.workspace }}/dist
@@ -85,7 +85,7 @@ jobs:
8585
# upload to PyPI for every tag starting with 'v'
8686
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
8787
steps:
88-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
88+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
8989
with:
9090
pattern: pypi-artifacts*
9191
path: ${{ github.workspace }}/dist

0 commit comments

Comments
 (0)