From 6688bc619368cedf3d5fde63e79b3ff6f7b4a395 Mon Sep 17 00:00:00 2001 From: Juliette Pretot Date: Fri, 19 Apr 2024 16:33:58 +0000 Subject: [PATCH] do not download slsa builder artifacts Change-Id: Ia17d1cbf358aebbb0ea7f5e97a24f2220b784431 --- .github/workflows/reusable_provenance.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/reusable_provenance.yaml b/.github/workflows/reusable_provenance.yaml index 029e0afcc0d..92cd15c894e 100644 --- a/.github/workflows/reusable_provenance.yaml +++ b/.github/workflows/reusable_provenance.yaml @@ -125,11 +125,11 @@ jobs: api_key = '${{ secrets.ENT_API_KEY }}' EOF - - name: Download the built artifact - uses: actions/download-artifact@v3 - with: - name: ${{ needs.generate_provenance.outputs.build-outputs-name }} - path: downloads + # - name: Download the built artifact + # uses: actions/download-artifact@v3 + # with: + # name: ${{ needs.generate_provenance.outputs.build-outputs-name }} + # path: downloads - name: Download the DSSE document uses: actions/download-artifact@v3