diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 166170d..cb82994 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -100,7 +100,7 @@ jobs: fetch-depth: 0 # We need full history for version number - name: "Download artifacts" - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: "Artifacts" path: "./artifacts"