File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed 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@v4
28+ uses : actions/download-artifact@v5
2929 with :
3030 name : message
3131 path : /tmp/
Original file line number Diff line number Diff line change 5151 docker --version
5252
5353 - name : Checkout source
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 with :
5656 fetch-depth : 0
5757
@@ -133,7 +133,7 @@ jobs:
133133 runs-on : ubuntu-latest
134134 steps :
135135 - name : Checkout source
136- uses : actions/checkout@v4
136+ uses : actions/checkout@v5
137137
138138 - name : Setup Go
139139@@ -145,7 +145,7 @@ jobs:
145145 run : go install github.com/google/pprof@latest
146146
147147 - name : Download profiling artifacts
148- uses : actions/download-artifact@v4
148+ uses : actions/download-artifact@v5
149149 with :
150150 name : profile-artifacts-${{ github.event.pull_request.number }}
151151 path : ./tmp
Original file line number Diff line number Diff line change 4242 name : coverage-report
4343
4444 - name : Upload coverage reports to Codecov
45- uses : codecov/codecov-action@v5.4.3
45+ uses : codecov/codecov-action@v5.5.0
4646 with :
4747 fail_ci_if_error : true
4848 files : ./coverage.out
You can’t perform that action at this time.
0 commit comments