Skip to content

Commit e5a074d

Browse files
build(deps): bump actions/download-artifact (#959)
1 parent 0e94762 commit e5a074d

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
@@ -53,7 +53,7 @@ jobs:
5353
release_id: ${{ steps.gh-release.outputs.result }}
5454
steps:
5555
- name: Fetch build artifacts
56-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
56+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
5757
with:
5858
name: build-artifacts
5959
path: dist
@@ -93,7 +93,7 @@ jobs:
9393
id-token: write # to authenticate as Trusted Publisher to pypi.org
9494
steps:
9595
- name: Fetch build artifacts
96-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
96+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
9797
with:
9898
name: build-artifacts
9999
path: dist

0 commit comments

Comments
 (0)