File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
run : PIP_CONSTRAINT=requirements-build.txt python3 -m build --sdist --wheel --outdir dist/ .
36
36
37
37
- name : Store build artifacts
38
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
38
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
39
39
# NOTE: The GitHub release page contains the release artifacts too, but using
40
40
# GitHub upload/download actions seems robuster: there is no need to compute
41
41
# download URLs and tampering with artifacts between jobs is more limited.
53
53
release_id : ${{ steps.gh-release.outputs.result }}
54
54
steps :
55
55
- name : Fetch build artifacts
56
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
56
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
57
57
with :
58
58
name : build-artifacts
59
59
path : dist
93
93
id-token : write # to authenticate as Trusted Publisher to pypi.org
94
94
steps :
95
95
- name : Fetch build artifacts
96
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
96
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
97
97
with :
98
98
name : build-artifacts
99
99
path : dist
You can’t perform that action at this time.
0 commit comments