Skip to content

Commit

Permalink
Merge pull request #83 from 417-72KI/renovate/actions-download-artifa…
Browse files Browse the repository at this point in the history
…ct-4.x

Update actions/download-artifact action to v4
  • Loading branch information
417-72KI authored Dec 20, 2023
2 parents 659760d + d2fc61f commit 29b07cf
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 @@ -105,7 +105,7 @@ jobs:
runs-on: macOS-12
if: ${{ (success() || failure()) }}
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: test_output
- run: ls -la test_output
Expand Down

0 comments on commit 29b07cf

Please sign in to comment.