Skip to content

Commit

Permalink
chore(deps): 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 98da63f commit a5a49dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,17 +167,17 @@ jobs:
with:
fetch-depth: 0
- name: Download code coverage files (MacOS)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Code coverage (MacOS)
path: Coverage/MacOS
- name: Download code coverage files (Ubuntu)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Code coverage (Ubuntu)
path: Coverage/Ubuntu
- name: Download code coverage files (Windows)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Code coverage (Windows)
path: Coverage/Windows
Expand Down

0 comments on commit a5a49dc

Please sign in to comment.