We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b84434a + 1c0c95f commit e87a3d0Copy full SHA for e87a3d0
1 file changed
.github/workflows/cd.yml
@@ -34,7 +34,7 @@ jobs:
34
run: python3 -m build --sdist --wheel --outdir dist/ .
35
36
- name: Store build artifacts
37
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
+ uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
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