File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8080 # NOTE: Uploading the message as an artifact so that PR Comment workflow can use it to
8181 # add comment on PR with the message.
8282 - name : Upload message
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v5
8484 with :
8585 name : message
8686 path : /tmp/message-${{ github.event.pull_request.number }}.txt
Original file line number Diff line number Diff line change 2525 - name : Download comment message
2626 id : download-artifact
2727 continue-on-error : true
28- uses : actions/download-artifact@v5
28+ uses : actions/download-artifact@v6
2929 with :
3030 name : message
3131 path : /tmp/
Original file line number Diff line number Diff line change 9696 ./hack/reports/profiling.sh compare
9797
9898 - name : Upload profiling artifact
99- uses : actions/upload-artifact@v4
99+ uses : actions/upload-artifact@v5
100100 with :
101101 name : profile-artifacts-${{ github.event.pull_request.number }}
102102 path : ./tmp/*
@@ -138,7 +138,7 @@ jobs:
138138 run : go install github.com/google/pprof@6e76a2b096b5fa52e4bb3f7f7a357bd6e6b3b7b1
139139
140140 - name : Download profiling artifacts
141- uses : actions/download-artifact@v5
141+ uses : actions/download-artifact@v6
142142 with :
143143 name : profile-artifacts-${{ github.event.pull_request.number }}
144144 path : ./tmp
@@ -161,7 +161,7 @@ jobs:
161161 # NOTE: Uploading the message as an artifact so that PR Comment workflow can use it to
162162 # add comment on PR with the message.
163163 - name : Upload message
164- uses : actions/upload-artifact@v4
164+ uses : actions/upload-artifact@v5
165165 with :
166166 name : message
167167 path : /tmp/message-${{ github.event.pull_request.number }}.txt
Original file line number Diff line number Diff line change 5151 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5252 # format to the repository Actions tab.
5353 - name : Upload artifact
54- uses : actions/upload-artifact@v4
54+ uses : actions/upload-artifact@v5
5555 with :
5656 name : SARIF file
5757 path : scorecard-results.sarif
Original file line number Diff line number Diff line change 2424 run : make test
2525
2626 - name : Upload coverage report as artifact
27- uses : actions/upload-artifact@v4
27+ uses : actions/upload-artifact@v5
2828 with :
2929 name : coverage-report
3030 path : coverage.out # The file name of the coverage report should be same as what make target uses
3737 uses : actions/checkout@v5
3838
3939 - name : Download coverage report artifact
40- uses : actions/download-artifact@v5
40+ uses : actions/download-artifact@v6
4141 with :
4242 name : coverage-report
4343
You can’t perform that action at this time.
0 commit comments