Skip to content

Commit acf41e6

Browse files
build(deps): bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3da694e commit acf41e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/anchor-build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555

5656
- name: 📥 Download All Tarballs
57-
uses: actions/download-artifact@v3
57+
uses: actions/download-artifact@v4.1.7
5858

5959
- name: 🏷 Generate Release Tag
6060
run: |

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
token: ${{ secrets.GITHUB_TOKEN }}
6363
- name: 📥 Download All Tarballs
64-
uses: actions/download-artifact@v3
64+
uses: actions/download-artifact@v4.1.7
6565

6666
- name: 🏷 Generate Release Tag
6767
run: |

0 commit comments

Comments
 (0)