diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index 8a9833c5..3e101041 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -90,7 +90,7 @@ jobs: - release steps: - name: Download digests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: /tmp/digests pattern: digests-* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 659dcb1d..ec25ad61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,7 +130,7 @@ jobs: with: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 - name: Generate full changelog id: changelog run: |