Skip to content

Commit 5e65572

Browse files
Bump actions/upload-artifact in the action-dependencies group (#929)
1 parent 62b212f commit 5e65572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: PIP_CONSTRAINT=requirements-build.txt python3 -m build --sdist --wheel --outdir dist/ .
3636

3737
- name: Store build artifacts
38-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
38+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
3939
# NOTE: The GitHub release page contains the release artifacts too, but using
4040
# GitHub upload/download actions seems robuster: there is no need to compute
4141
# download URLs and tampering with artifacts between jobs is more limited.

0 commit comments

Comments
 (0)