File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5454 - name : Build distribution packages
5555 run : poetry build
5656 - name : Upload build artifacts
57- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
57+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
5858 with :
5959 name : ${{ env.dist-artifact-name }}
6060 path : dist/*
7171 id-token : write
7272 steps :
7373 - name : Download build artifacts
74- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
74+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
7575 with :
7676 name : ${{ env.dist-artifact-name }}
7777 path : dist/
Original file line number Diff line number Diff line change 1616 - name : Check out repo
1717 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818 - name : Download test results
19- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
19+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
2020 with :
2121 path : test_results
2222 pattern : test_results_*
Original file line number Diff line number Diff line change 4949 done
5050 if : always() && runner.os != 'Windows'
5151 - name : Upload test results
52- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
52+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
5353 with :
5454 name : test_results_system_${{ matrix.configuration }}
5555 path : test_results/*.xml
Original file line number Diff line number Diff line change 3939 - name : Run unit tests
4040 run : poetry run pytest -v --cov=generated/nidaqmx --junitxml=test_results/unit-${{ matrix.os }}-py${{ matrix.python-version }}.xml tests/unit ${{ env.pytest-opts }}
4141 - name : Upload test results
42- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
42+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
4343 with :
4444 name : test_results_unit_${{ matrix.os }}_py${{ matrix.python-version }}
4545 path : test_results/*.xml
You can’t perform that action at this time.
0 commit comments