File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 cd tools
6969 /usr/bin/python3.9 -m pytest --pyargs numpy -n2 -m "not slow"
7070 - name : Upload wheel if tests fail
71- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
71+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7272 if : failure()
7373 with :
7474 name : numpy-cygwin-wheel
Original file line number Diff line number Diff line change @@ -76,15 +76,15 @@ jobs:
7676 run : |
7777 echo ${{ github.event.pull_request.number }} | tee pr_number.txt
7878 - name : Upload mypy_primer diff + PR number
79- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
79+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8080 if : ${{ matrix.shard-index == 0 }}
8181 with :
8282 name : mypy_primer_diffs-${{ matrix.shard-index }}
8383 path : |
8484 diff_${{ matrix.shard-index }}.txt
8585 pr_number.txt
8686 - name : Upload mypy_primer diff
87- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
87+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8888 if : ${{ matrix.shard-index != 0 }}
8989 with :
9090 name : mypy_primer_diffs-${{ matrix.shard-index }}
9898 contents : read
9999 steps :
100100 - name : Merge artifacts
101- uses : actions/upload-artifact/merge@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
101+ uses : actions/upload-artifact/merge@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
102102 with :
103103 name : mypy_primer_diffs
104104 pattern : mypy_primer_diffs-*
Original file line number Diff line number Diff line change 4242 # Upload the results as artifacts (optional). Commenting out will disable
4343 # uploads of run results in SARIF format to the repository Actions tab.
4444 - name : " Upload artifact"
45- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
45+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4646 with :
4747 name : SARIF file
4848 path : results.sarif
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 env :
107107 CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
108108
109- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
109+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
110110 with :
111111 name : ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
112112 path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments