diff --git a/.github/workflows/distcheck.yml b/.github/workflows/distcheck.yml index 6c050f5174..d63cd46846 100644 --- a/.github/workflows/distcheck.yml +++ b/.github/workflows/distcheck.yml @@ -63,7 +63,7 @@ jobs: timeout-minutes: 30 needs: maketgz-and-verify-in-tree steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: 'release-tgz' @@ -86,7 +86,7 @@ jobs: timeout-minutes: 30 needs: maketgz-and-verify-in-tree steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: 'release-tgz' @@ -107,7 +107,7 @@ jobs: timeout-minutes: 30 needs: maketgz-and-verify-in-tree steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: 'release-tgz'