File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
REPORT_FILE : ${{ env.TEST_RESULTS_PATH }}/go-multierror/gotestsum-report.xml
52
52
run : |-
53
53
gotestsum --format=short-verbose --junitfile ${{ env.REPORT_FILE }} -- -p 2 ./...
54
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
54
+ - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
55
55
with :
56
56
path : ${{ env.TEST_RESULTS_PATH }}
57
57
name : tests-linux-${{ matrix.go-version }}
85
85
REPORT_FILE : ${{ env.TEST_RESULTS_PATH }}/go-multierror/gotestsum-report.xml
86
86
run : |-
87
87
gotestsum.exe --format=short-verbose --junitfile ${{ env.REPORT_FILE }} -- -p 2 ./...
88
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
88
+ - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
89
89
with :
90
90
path : ${{ env.TEST_RESULTS_PATH }}
91
91
name : tests-windows-${{ matrix.go-version }}
You can’t perform that action at this time.
0 commit comments