diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86ad16f..b9371c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -183,13 +183,13 @@ jobs: run: dotnet restore - name: Download frontend artifacts - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@v8 with: name: frontend-artifacts path: ${{ env.WWWROOT_DIRECTORY }} - name: Download backoffice artifacts - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@v8 with: name: backoffice-artifacts path: ${{ env.BACKOFFICE_WWWROOT_DIRECTORY }} diff --git a/.github/workflows/deploy-to-environment.yml b/.github/workflows/deploy-to-environment.yml index f5825c9..6657a1c 100644 --- a/.github/workflows/deploy-to-environment.yml +++ b/.github/workflows/deploy-to-environment.yml @@ -25,7 +25,7 @@ jobs: url: ${{ inputs.url || steps.deploy-to-webapp.outputs.webapp-url }} steps: - name: Download .NET artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: dotnet-artifacts path: ./