Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#70)
Browse files Browse the repository at this point in the history
Bumps actions/download-artifact from 3 to 4
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 4d81925 commit 30ebe7f
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 @@ -81,7 +81,7 @@ jobs:
continue-on-error: true

- name: 'Upload test results'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: xml-test-reports-java${{ matrix.java-version }}
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
if: ${{ always() }}
with:
name: xml-test-reports-java${{ matrix.java-version }}
Expand Down

0 comments on commit 30ebe7f

Please sign in to comment.