diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c8c9ca..b4516e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: check_name: "Test Results (Java ${{ matrix.java }})" - name: Upload test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: always() with: name: test-results-java${{ matrix.java }} @@ -97,7 +97,7 @@ jobs: ./scripts/spotbugs-critical-check.sh - name: Upload SpotBugs Report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: always() with: name: spotbugs-report @@ -119,7 +119,7 @@ jobs: run: mvn clean compile package -DskipTests - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build-artifacts path: target/*.jar @@ -156,7 +156,7 @@ jobs: name: codecov-umbrella - name: Upload coverage reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage-reports path: target/site/jacoco/ \ No newline at end of file