Skip to content

Commit 569979c

Browse files
build(deps): bump the action-dependencies group with 2 updates (#979)
1 parent 29ed337 commit 569979c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: python3 -m build --sdist --wheel --outdir dist/ .
3737

3838
- name: Store build artifacts
39-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
39+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4040
# NOTE: The GitHub release page contains the release artifacts too, but using
4141
# GitHub upload/download actions seems robuster: there is no need to compute
4242
# download URLs and tampering with artifacts between jobs is more limited.
@@ -54,7 +54,7 @@ jobs:
5454
release_id: ${{ steps.gh-release.outputs.result }}
5555
steps:
5656
- name: Fetch build artifacts
57-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
57+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5858
with:
5959
name: build-artifacts
6060
path: dist
@@ -98,7 +98,7 @@ jobs:
9898
id-token: write # to authenticate as Trusted Publisher to pypi.org
9999
steps:
100100
- name: Fetch build artifacts
101-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
101+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
102102
with:
103103
name: build-artifacts
104104
path: dist

0 commit comments

Comments
 (0)