diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1047ada..74105b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,7 +88,7 @@ jobs: run: echo "Build and release version > " ${{ env.GitVersion_SemVer }} - name: Load Release URL File from release job - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: release_url