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 Jan 1, 2024
1 parent e7ab800 commit 0988d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-latest
if: always()
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
- uses: EnricoMi/publish-unit-test-result-action@v2
with:
junit_files: "**/test-results/*/*.xml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ build-test ]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: test-results
- uses: EnricoMi/publish-unit-test-result-action/composite@v2
Expand Down

0 comments on commit 0988d6f

Please sign in to comment.