Skip to content

Commit

Permalink
chore: Bump upload and download artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bric3 committed Jan 4, 2024
1 parent 90d5843 commit c6b6674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
path: "**/build/reports/*"

- name: Upload Test Report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: junit-test-results
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Test Report
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: junit-test-results
- name: Publish Test Report
Expand Down

0 comments on commit c6b6674

Please sign in to comment.