diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index e71e7c3c65..a015fd3fa3 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -83,7 +83,7 @@ jobs: needs: build steps: - name: "Download war" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: artifacts/ - name: Display structure of downloaded files