File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 - name : Check out repo
1919 uses : actions/checkout@v5
2020 - name : Download test results
21- uses : actions/download-artifact@v5
21+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
2222 with :
2323 path : test_results
2424 pattern : test_results_*
Original file line number Diff line number Diff line change 2727 - name : Run acceptance tests for PXIe-6674T
2828 run : poetry run pytest --resource_name="6674T" --junitxml=test_results/acceptance-${{ matrix.configuration }}.xml
2929 - name : Upload test results
30- uses : actions/upload-artifact@v4
30+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3131 with :
3232 name : test_results_acceptance_${{ matrix.configuration }}
3333 path : test_results/*.xml
Original file line number Diff line number Diff line change 3535 - name : Run unit tests
3636 run : poetry run pytest -v --junitxml=test_results/unit-${{ matrix.os }}-py${{ matrix.python-version }}.xml
3737 - name : Upload test results
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3939 with :
4040 name : test_results_unit_${{ matrix.os }}_py${{ matrix.python-version }}
4141 path : test_results/*.xml
You can’t perform that action at this time.
0 commit comments