diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index 8b72e0e..1537578 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -99,7 +99,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Download all workflow run artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Get Changelog Entry id: changelog_reader uses: mindsers/changelog-reader-action@v2