File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 fail_ci_if_error : false
5656 - name : Publish artifacts
5757 if : ${{ always() }}
58- uses : actions/upload-artifact@v2
58+ uses : actions/upload-artifact@v7
5959 with :
6060 path : ${{env.BUILD_ARTIFACT_PATH}}
Original file line number Diff line number Diff line change 4242 run : dotnet test --logger trx --results-directory ${{env.BUILD_ARTIFACT_PATH}}/test-results/${{matrix.os}}
4343 - name : Publish artifacts
4444 if : ${{ always() }}
45- uses : actions/upload-artifact@v2
45+ uses : actions/upload-artifact@v7
4646 with :
4747 path : ${{env.BUILD_ARTIFACT_PATH}}
Original file line number Diff line number Diff line change 5555
5656 - name : Publish artifacts
5757 if : ${{ always() }}
58- uses : actions/upload-artifact@v2
58+ uses : actions/upload-artifact@v7
5959 with :
6060 path : ${{env.BUILD_ARTIFACT_PATH}}
You can’t perform that action at this time.
0 commit comments