Skip to content

Commit

Permalink
Merge pull request #10 from MRC-CSO-SPHSU/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/download-artifact-4

Build(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
vkhodygo authored Oct 5, 2024
2 parents f3d6060 + bdf9e8b commit 338d0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: ${{ env.OUT_DIR }}

Expand Down

0 comments on commit 338d0e1

Please sign in to comment.