Skip to content

Commit

Permalink
Merge pull request #336 from spacemeshos/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
fasmat authored Aug 12, 2024
2 parents 3fb5250 + 92db5af commit d5172d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ./artifacts
- name: List artifacts
Expand Down

0 comments on commit d5172d2

Please sign in to comment.