We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfd2906 + 60bb1d6 commit 3f896c0Copy full SHA for 3f896c0
1 file changed
.github/workflows/cd.yml
@@ -34,7 +34,7 @@ jobs:
34
run: PIP_CONSTRAINT=requirements/build.txt python3 -m build --sdist --wheel --outdir dist/ .
35
36
- name: Store build artifacts
37
- uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
+ uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
38
# NOTE: The GitHub release page contains the release artifacts too, but using
39
# GitHub upload/download actions seems robuster: there is no need to compute
40
# download URLs and tampering with artifacts between jobs is more limited.
0 commit comments