Skip to content

Commit

Permalink
Merge pull request #29 from RandomCoderOrg/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…dot-github/workflows/actions/download-artifact-4.1.7

build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
SaicharanKandukuri authored Sep 4, 2024
2 parents 3da694e + acf41e6 commit 70df6c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/anchor-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

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

- name: 🏷 Generate Release Tag
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: 📥 Download All Tarballs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7

- name: 🏷 Generate Release Tag
run: |
Expand Down

0 comments on commit 70df6c2

Please sign in to comment.