diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b9d5e160..bafb53586 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: # It has to come before "Download Artifacts" or else it deletes the artifacts. - uses: actions/checkout@v5 - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 - name: Generate full changelog id: changelog run: |