diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ccc0594e..786c02ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: verify - name: Upload screenshots of failed unit tests - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0 if: ${{ failure() }} with: name: screenshots-ubuntu-latest @@ -44,7 +44,7 @@ jobs: if-no-files-found: ignore - name: Upload update-site - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0 with: name: update-site path: net.sourceforge.pmd.eclipse.p2updatesite/target/net.sourceforge.pmd.eclipse.p2updatesite-*.zip @@ -92,7 +92,7 @@ jobs: -Dtarget.platform="${TARGET_PLATFORM}" - name: Upload screenshots of failed unit tests - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0 if: ${{ failure() }} with: name: screenshots-${{ matrix.os }}-${{ matrix.targetPlatform }} diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index b61637bd..9e33cb56 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -122,7 +122,7 @@ jobs: -Psign -DskipTests - name: Upload update-site - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0 with: name: update-site path: net.sourceforge.pmd.eclipse.p2updatesite/target/net.sourceforge.pmd.eclipse.p2updatesite-*.zip diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml index 765eeb1d..4fea0841 100644 --- a/.github/workflows/publish-snapshot.yml +++ b/.github/workflows/publish-snapshot.yml @@ -112,7 +112,7 @@ jobs: -Psign -DskipTests - name: Upload update-site - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0 with: name: update-site path: net.sourceforge.pmd.eclipse.p2updatesite/target/net.sourceforge.pmd.eclipse.p2updatesite-*.zip