Skip to content

Commit 2a55f79

Browse files
authored
Merge pull request #841 from PyWavelets/dependabot/github_actions/github-actions-1a3042a095
Build(deps): Bump the github-actions group with 2 updates
2 parents bb3152d + 5d1a3d9 commit 2a55f79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/wheel_tests_and_release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
CIBW_BUILD: ${{ matrix.cibw_python }}-*
5454
CIBW_ARCHS_LINUX: ${{ matrix.cibw_arch }}
5555
CIBW_ENABLE: cpython-freethreading
56-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
56+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
5757
with:
5858
name: wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
5959
path: ./dist/*.whl
@@ -85,7 +85,7 @@ jobs:
8585
CIBW_BUILD: ${{ matrix.cibw_python }}-*
8686
CIBW_ARCHS_LINUX: ${{ matrix.cibw_arch }}
8787
CIBW_ENABLE: cpython-freethreading
88-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
88+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8989
with:
9090
name: wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
9191
path: ./dist/*.whl
@@ -134,7 +134,7 @@ jobs:
134134
CIBW_ARCHS_MACOS: ${{ matrix.cibw_arch }}
135135
CIBW_ENABLE: cpython-freethreading
136136

137-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
137+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
138138
with:
139139
name: wheels_macos_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
140140
path: ./dist/*.whl
@@ -193,7 +193,7 @@ jobs:
193193
CIBW_ARCHS_WINDOWS: ${{ matrix.cibw_arch }}
194194
CIBW_ENABLE: cpython-freethreading
195195

196-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
196+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
197197
with:
198198
name: wheels_windows_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
199199
path: ./dist/*.whl
@@ -227,7 +227,7 @@ jobs:
227227
pip install twine
228228
pip install cython numpy build
229229
230-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
230+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
231231
id: download
232232
with:
233233
pattern: "wheels_*"
@@ -274,7 +274,7 @@ jobs:
274274
with:
275275
fetch-depth: 0
276276

277-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
277+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
278278
id: download
279279
with:
280280
pattern: "wheels_*"

0 commit comments

Comments
 (0)