Skip to content

Commit 375a482

Browse files
dependabot[bot]IceTDrinker
authored andcommitted
chore(deps): bump actions/download-artifact from 4.1.8 to 4.1.9
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...cc20338) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e941b2 commit 375a482

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/make_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: |
9595
echo "NPM_TAG=latest" >> "${GITHUB_ENV}"
9696
- name: Download artifact
97-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
97+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
9898
with:
9999
name: crate
100100
path: target/package

.github/workflows/make_release_tfhe_csprng.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
fetch-depth: 0
6767
token: ${{ secrets.FHE_ACTIONS_TOKEN }}
6868
- name: Download artifact
69-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
69+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
7070
with:
7171
name: crate-tfhe-csprng
7272
path: target/package

.github/workflows/make_release_tfhe_versionable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
persist-credentials: 'false'
6565
token: ${{ secrets.REPO_CHECKOUT_TOKEN }}
6666
- name: Download artifact
67-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
67+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
6868
with:
6969
name: crate-tfhe-versionable-derive
7070
path: target/package
@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
fetch-depth: 0
139139
- name: Download artifact
140-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
140+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
141141
with:
142142
name: crate-tfhe-versionable
143143
path: target/package

.github/workflows/make_release_zk_pok.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
persist-credentials: 'false'
6565
token: ${{ secrets.REPO_CHECKOUT_TOKEN }}
6666
- name: Download artifact
67-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
67+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
6868
with:
6969
name: crate-zk-pok
7070
path: target/package

0 commit comments

Comments
 (0)