diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e13dbe6..0a17c7b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,11 +36,11 @@ jobs: command: ./mvnw ${{ matrix.goal }} - name: Store test results if: matrix.goal == 'test' && (success() || failure()) - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-results path: '**/target/surefire-reports' - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: contains(matrix.goal, 'license') with: name: license-report