diff --git a/.github/workflows/reproducible-builds.yml b/.github/workflows/reproducible-builds.yml index 2ab424d317..bd553a82a4 100644 --- a/.github/workflows/reproducible-builds.yml +++ b/.github/workflows/reproducible-builds.yml @@ -110,10 +110,11 @@ jobs: run: shasum -a 256 "${binary}" | tee "${binary}.sha256" - name: Upload binary artifact - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: ./.github/actions/artifact_upload with: name: "osimages-${{ matrix.target }}" path: "${{ env.binary }}" + encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }} - name: Upload hash artifact uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3