Skip to content

Commit

Permalink
Update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 62aaf88 commit 0313c16
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 0313c16

Please sign in to comment.