diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index be7458e..6cdce9f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -108,7 +108,7 @@ jobs: echo "sbom=${SBOM_SPDX}" >> $GITHUB_OUTPUT - name: Upload SBOM - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b with: retention-days: 30 name: ${{ steps.sign.outputs.sbom }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 770249a..ebf4351 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,7 +53,7 @@ jobs: run: docker save -o node-${{ matrix.ARCH }}.tar docker.io/wallarm/node:test - name: Cache image - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b with: retention-days: 1 name: node-${{ matrix.ARCH }}.tar @@ -138,7 +138,7 @@ jobs: - name: Upload logs if: always() - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b with: retention-days: 5 name: node-logs-${{ matrix.ARCH }}-${{ matrix.case }}.tar.gz