File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 CHARSET_NORMALIZER_USE_MYPYC : ' 0'
3737 run : python -m build
3838 - name : Upload artifacts
39- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
39+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
4040 with :
4141 name : dist-universal
4242 path : dist
8787 CIBW_TEST_COMMAND : pytest -c {package} {package}/tests
8888 CIBW_SKIP : " cp31?t-*"
8989 - name : Upload artifacts
90- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
90+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
9191 with :
9292 name : dist-${{ matrix.os }}-${{ matrix.qemu }}
9393 path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change 6060 - name : Run tests
6161 run : nox -s test-${{ matrix.python-version }}
6262 - name : " Upload artifact"
63- uses : " actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f "
63+ uses : " actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f "
6464 with :
6565 name : coverage-data-${{ matrix.python-version }}
6666 path : " .coverage.*"
9191 - name : Coverage WITHOUT preemptive
9292 run : nox -s coverage -- --coverage 95
9393 - name : " Upload artifact"
94- uses : " actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f "
94+ uses : " actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f "
9595 with :
9696 name : coverage-data-using-internal-coverage
9797 path : " .coverage.*"
@@ -189,7 +189,7 @@ jobs:
189189 - name : Run tests with mypyc enabled
190190 run : nox -s test_mypyc-${{ matrix.python-version }}
191191 - name : " Upload artifact"
192- uses : " actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f "
192+ uses : " actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f "
193193 with :
194194 name : coverage-data-mypyc-${{ matrix.os }}-${{ matrix.python-version }}
195195 path : " .coverage.*"
@@ -229,7 +229,7 @@ jobs:
229229 python -m coverage report --ignore-errors --show-missing --fail-under=92
230230
231231 - name : " Upload report"
232- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
232+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
233233 with :
234234 name : coverage-report
235235 path : htmlcov
Original file line number Diff line number Diff line change 5858 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5959 # format to the repository Actions tab.
6060 - name : " Upload artifact"
61- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
61+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
6262 with :
6363 name : SARIF file
6464 path : results.sarif
You can’t perform that action at this time.
0 commit comments