diff --git a/.github/workflows/create-gh-release.yml b/.github/workflows/create-gh-release.yml index 85c0589079..7535ae92ac 100644 --- a/.github/workflows/create-gh-release.yml +++ b/.github/workflows/create-gh-release.yml @@ -48,7 +48,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - - uses: actions/download-artifact@cbed621e49e4c01b044d60f6c80ea4ed6328b281 + - uses: actions/download-artifact@v4 with: name: changelog-${{ inputs.version }}-${{ github.run_id }}.md path: ${{ github.workspace }}