@@ -181,7 +181,7 @@ jobs:
181181
182182 - name : Cache pre-commit.com virtualenvs
183183 if : inputs.toxenv == 'pre-commit'
184- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
184+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
185185 with :
186186 path : ~/.cache/pre-commit
187187 key : >-
@@ -239,7 +239,7 @@ jobs:
239239 shell : bash
240240 - name : Set up pip cache
241241 if : fromJSON(steps.py-abi.outputs.is-stable-abi)
242- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
242+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
243243 with :
244244 path : ${{ steps.pip-cache-dir.outputs.dir }}
245245 key : >-
@@ -266,7 +266,7 @@ jobs:
266266 - name : Download all the dists
267267 if : >-
268268 contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
269- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
269+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
270270 with :
271271 name : ${{ inputs.dists-artifact-name }}
272272 path : dist/
@@ -375,7 +375,7 @@ jobs:
375375 if : >-
376376 !cancelled()
377377 && steps.tox-run.outputs.cov-report-files != ''
378- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
378+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
379379 with :
380380 disable_search : true
381381 fail_ci_if_error : >-
@@ -399,7 +399,10 @@ jobs:
399399 if : >-
400400 !cancelled()
401401 && steps.tox-run.outputs.test-result-files != ''
402- uses : codecov/test-results-action@44ecb3a270cd942bdf0fa8f2ce14cb32493e810a # v1.0.3
402+ uses : codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
403+ # FIXME There is a bug in action which provokes it to fail during upload
404+ # Related issue: https://github.com/codecov/codecov-action/issues/1794
405+ continue-on-error : true
403406 with :
404407 disable_search : true
405408 fail_ci_if_error : >-
0 commit comments