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 4646 docker --version
4747
4848 - name : Checkout source
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v5
5050 with :
5151 fetch-depth : 0
5252
@@ -128,7 +128,7 @@ jobs:
128128 runs-on : ubuntu-latest
129129 steps :
130130 - name : Checkout source
131- uses : actions/checkout@v4
131+ uses : actions/checkout@v5
132132
133133 - name : Setup Go
134134@@ -140,7 +140,7 @@ jobs:
140140 run : go install github.com/google/pprof@latest
141141
142142 - name : Download profiling artifacts
143- uses : actions/download-artifact@v4
143+ uses : actions/download-artifact@v5
144144 with :
145145 name : profile-artifacts-${{ github.event.pull_request.number }}
146146 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