@@ -191,7 +191,7 @@ jobs:
191191 - name : 💾 Restore go-coverage binary cache (production)
192192 id : go-coverage-cache
193193 if : env.GO_COVERAGE_USE_LOCAL != 'true'
194- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
194+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
195195 with :
196196 path : |
197197 ~/.cache/go-coverage-bin
@@ -202,7 +202,7 @@ jobs:
202202 - name : 💾 Restore go-coverage binary cache (local)
203203 id : go-coverage-local-cache
204204 if : env.GO_COVERAGE_USE_LOCAL == 'true'
205- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
205+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
206206 with :
207207 path : |
208208 ~/.cache/go-coverage-local
@@ -2281,7 +2281,7 @@ jobs:
22812281 # --------------------------------------------------------------------
22822282 - name : 📤 Upload performance cache statistics
22832283 if : always()
2284- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
2284+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
22852285 with :
22862286 name : cache-stats-coverage
22872287 path : cache-stats-coverage.json
@@ -2292,7 +2292,7 @@ jobs:
22922292 # --------------------------------------------------------------------
22932293 - name : 📤 Upload coverage statistics
22942294 if : always()
2295- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
2295+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
22962296 with :
22972297 name : coverage-stats-internal
22982298 path : coverage-stats-internal-*.json
@@ -2324,7 +2324,7 @@ jobs:
23242324 - name : 📤 Upload coverage history artifacts
23252325 # Upload history for all branches to preserve trend data
23262326 if : github.event_name == 'push'
2327- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
2327+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
23282328 with :
23292329 name : coverage-history-${{ inputs.commit-sha }}
23302330 path : .github/coverage/history/*.json
@@ -2469,7 +2469,7 @@ jobs:
24692469
24702470 - name : 📤 Upload coverage statistics (Codecov)
24712471 if : always()
2472- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
2472+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
24732473 with :
24742474 name : coverage-stats-codecov
24752475 path : coverage-stats-codecov-*.json
0 commit comments