File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ runs:
103
103
gotestsum --junitfile summary.xml --format short-verbose -- -parallel=1 -timeout=59m -coverprofile cover.out -run "${{ steps.test_split.outputs.run }}"
104
104
105
105
- name : Upload test artifacts
106
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
106
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
107
107
with :
108
108
name : junit-test-summary-${{ matrix.index }}
109
109
path : |
Original file line number Diff line number Diff line change 74
74
cache : true
75
75
76
76
- name : Download artifacts
77
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
77
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.18.0
78
78
79
79
- name : Install junit-report-merger
80
80
run : npm install -g junit-report-merger
98
98
run : jrm ./ci-summary.xml "junit-test-summary-0/*.xml"
99
99
100
100
- name : Upload test artifacts
101
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
101
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
102
102
with :
103
103
name : junit-test-summary
104
104
path : ./ci-summary.xml
You can’t perform that action at this time.
0 commit comments