We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7eb2cd0 + d156bdf commit a4a4e1aCopy full SHA for a4a4e1a
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@83fd05a356d7e2593de66fc9913b3002723633cb
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
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