File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 78
78
--runner=${{ matrix.test-config.runner }} \
79
79
--rt ${{ matrix.test-config.runtime }}
80
80
81
- - uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
81
+ - uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
82
82
if : ${{ github.event.repo.name == 'pyodide/micropip' || github.event_name == 'pull_request' }}
83
83
with :
84
84
fail_ci_if_error : false
Original file line number Diff line number Diff line change 32
32
run : pipx run build
33
33
34
34
- name : Store the distribution packages
35
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
35
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
36
36
with :
37
37
name : python-package-distributions
38
38
path : dist/
@@ -51,13 +51,13 @@ jobs:
51
51
url : https://pypi.org/p/micropip
52
52
steps :
53
53
- name : Download all the dists
54
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
54
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
55
55
with :
56
56
path : dist/
57
57
merge-multiple : true
58
58
59
59
- name : Generate artifact attestations
60
- uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
60
+ uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
61
61
with :
62
62
subject-path : " dist/*"
63
63
You can’t perform that action at this time.
0 commit comments