Skip to content

Commit

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

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
kito-cheng authored Sep 4, 2024
2 parents 13bfa9f + ff50b91 commit 1ce7269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: riscv-abi.pdf
path: ./
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: riscv-abi.pdf
path: ./
Expand Down

0 comments on commit 1ce7269

Please sign in to comment.