Skip to content

Commit 6d8b97e

Browse files
build(deps): bump actions/download-artifact (#2803)
1 parent fee5148 commit 6d8b97e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
57+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
5858
with:
5959
name: build-artifacts
6060

@@ -96,7 +96,7 @@ jobs:
9696
id-token: write # to authenticate as Trusted Publisher to pypi.org
9797
steps:
9898
- name: Fetch build artifacts
99-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
99+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
100100
with:
101101
name: build-artifacts
102102

0 commit comments

Comments
 (0)