File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7373 run : twine check dist/*
7474
7575 - name : Upload sdist result
76- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
76+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7777 with :
7878 name : cibw-sdist
7979 path : dist/*.tar.gz
@@ -194,7 +194,7 @@ jobs:
194194 CIBW_ENABLE : pypy
195195 if : matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest' && matrix.os != 'windows-11-arm'
196196
197- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
197+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
198198 with :
199199 name : cibw-wheels-${{ runner.os }}-${{ matrix.cibw_archs }}
200200 path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ jobs:
401401 name : " ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }}"
402402 token : ${{ secrets.CODECOV_TOKEN }}
403403
404- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
404+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
405405 if : failure()
406406 with :
407407 name : " ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"
@@ -418,7 +418,7 @@ jobs:
418418
419419 steps :
420420 - name : Create issue on failure
421- uses : imjohnbo/issue-bot@572eed14422c4d6ca37e870f97e7da209422f5bd # v3.4.4
421+ uses : imjohnbo/issue-bot@3188c6ce06249206709d3b1f274d0d4c5a521601 # v3.4.5
422422 with :
423423 title : " [TST] Upcoming dependency test failures"
424424 body : |
Original file line number Diff line number Diff line change 5656 CIBW_PLATFORM : " pyodide"
5757 CIBW_TEST_COMMAND : " true"
5858
59- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
59+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6060 with :
6161 name : cibw-wheels-wasm
6262 path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments