Skip to content

Commit

Permalink
Merge pull request #34 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 bae6de4 + 777a321 commit bba863d
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 @@ -109,7 +109,7 @@ jobs:
needs: test-macos
runs-on: macOS-13
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: test_output
- name: Merge xcresult files
Expand Down

0 comments on commit bba863d

Please sign in to comment.