diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2cd3944b..58bccf73 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -121,12 +121,12 @@ jobs: run: rm -rf sbom*.* || true - name: Download artifact for SPDX Report if: github.ref == 'refs/heads/release' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: sbom.spdx - name: Download artifact for CycloneDx Report if: github.ref == 'refs/heads/release' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: sbom.cyclonedx - name: ORAS Setup