diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5297c05..d78887a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -268,7 +268,7 @@ jobs: prerelease: ${{ github.event.inputs.pre_release == 'true' }} - name: Download SBOM - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sbom diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 0787ec8..75528e4 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -168,7 +168,7 @@ jobs: steps: - name: Download all reports - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Create security summary run: |