Skip to content

Commit d6ac7ec

Browse files
authored
Merge pull request #201 from TEOS-10/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 ede9499 + b6d777e commit d6ac7ec

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
@@ -81,7 +81,7 @@ jobs:
8181
name: "Show artifacts"
8282
runs-on: ubuntu-22.04
8383
steps:
84-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
84+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
8585
with:
8686
pattern: pypi-artifacts*
8787
path: ${{ github.workspace }}/dist
@@ -100,7 +100,7 @@ jobs:
100100
# upload to PyPI for every tag starting with 'v'
101101
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
102102
steps:
103-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
103+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
104104
with:
105105
pattern: pypi-artifacts*
106106
path: ${{ github.workspace }}/dist

0 commit comments

Comments
 (0)