Skip to content

Commit

Permalink
Merge pull request #41 from yitsushi/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/actions/download-artifact-4.1.7

chore(deps): Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
yitsushi authored Sep 4, 2024
2 parents c6c8e85 + 51d3e63 commit 2be9e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.3.1/cargo-dist-installer.sh | sh"
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
- name: Fetch local artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: artifacts
path: target/distrib/
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
with:
submodules: recursive
- name: "Download artifacts"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: artifacts
path: artifacts
Expand Down

0 comments on commit 2be9e20

Please sign in to comment.