diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index b33ee0d..fd776de 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -155,7 +155,7 @@ jobs: # Download publish artifact from previous job # https://github.com/marketplace/actions/download-a-build-artifact - name: Download deployment folder as a build artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{env.ARTIFACT_PACKAGE}} path: ./installer/files/ @@ -230,7 +230,7 @@ jobs: fetch-depth: '0' - name: Download installer as an artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: publish-package path: ./installer/