diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index facf24d722..c1d3e1e3b5 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -102,7 +102,7 @@ jobs: JFROG_PASSWORD: ${{ secrets.JFROG_PASSWORD }} - name: Upload Test Reports if: ${{ always() && ((steps.build.outcome == 'success') || (steps.build.outcome == 'failure')) }} - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 with: name: Build_JDK${{ matrix.java }}_${{ matrix.os }}-test-reports path: | diff --git a/.github/workflows/rebuild.yml b/.github/workflows/rebuild.yml index d5de8c82d1..2388e990b6 100644 --- a/.github/workflows/rebuild.yml +++ b/.github/workflows/rebuild.yml @@ -73,7 +73,7 @@ jobs: run: | ./.github/scripts/rebuild-build.sh - name: Upload dist/bundles - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 with: name: Dist_Bundles_JDK${{ matrix.java }}_${{ matrix.os }} if-no-files-found: error @@ -121,7 +121,7 @@ jobs: ${{ format(matrix.runner, './.github/scripts/rebuild-test.sh') }} - name: Upload Test Reports if: ${{ always() && ((steps.build.outcome == 'success') || (steps.build.outcome == 'failure')) }} - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 with: name: Rebuild_JDK${{ matrix.java }}_${{ matrix.os }}-test-reports path: |