diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c0c9145..3825d08 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,7 +27,7 @@ jobs: - name: Build with Maven run: mvn -B verify --file pom.xml -Ptck -Dbnd.testing.failure.ignore=true - name: Upload Test Results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6.0.0 with: name: tck-results if-no-files-found: error @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Upload - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: Event File path: ${{ github.event_path }} \ No newline at end of file