Skip to content

Commit 70df6c2

Browse files
Merge pull request #29 from RandomCoderOrg/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents 3da694e + acf41e6 commit 70df6c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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

+1-1
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)