diff --git a/.github/workflows/minikube.yaml b/.github/workflows/minikube.yaml index 1fb2f7fda..f1694f47a 100644 --- a/.github/workflows/minikube.yaml +++ b/.github/workflows/minikube.yaml @@ -87,7 +87,7 @@ jobs: ./deploy/minikube-ci.sh make minikube-test - name: Archive Report - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 if: always() with: name: matrix-report-${{ matrix.abtestsets }} @@ -150,7 +150,7 @@ jobs: ./deploy/minikube-ci.sh make minikube-test - name: Archive Report - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 if: always() with: name: matrix-report-${{ matrix.dbtestsets }}