diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92e2b33c..06e0394e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -470,31 +470,31 @@ jobs: uses: ./.github/actions/setup-dotnet - name: Download Agent (win-x86) - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: Agent-win-x86 path: ControlR.Web.Server/wwwroot/downloads/win-x86/ - name: Download Agent (win-x64) - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: Agent-win-x64 path: ControlR.Web.Server/wwwroot/downloads/win-x64/ - name: Download Agent (linux-x64) - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: Agent-linux-x64 path: ControlR.Web.Server/wwwroot/downloads/linux-x64/ - name: Download Agent (macOS ARM64) - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: Agent-macOS-ARM64 path: ControlR.Web.Server/wwwroot/downloads/osx-arm64/ - name: Download Agent (macOS x64) - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: Agent-macOS-x64 path: ControlR.Web.Server/wwwroot/downloads/osx-x64/ diff --git a/.github/workflows/docker-deploy.yml b/.github/workflows/docker-deploy.yml index bb743446..cdc46b40 100644 --- a/.github/workflows/docker-deploy.yml +++ b/.github/workflows/docker-deploy.yml @@ -49,7 +49,7 @@ jobs: github_token: ${{ github.token }} - name: Download Server Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: Server path: ./server-publish @@ -57,7 +57,7 @@ jobs: run-id: ${{ steps.get-run-id.outputs.run_id }} - name: Download docker-compose file - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: DockerCompose path: ./docker-compose-download diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index c8769c2a..336a39e4 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -45,7 +45,7 @@ jobs: github_token: ${{ github.token }} - name: Download Server Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: Server path: ./server-publish @@ -53,7 +53,7 @@ jobs: run-id: ${{ steps.get-run-id.outputs.run_id }} - name: Download docker-compose file - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: DockerCompose path: ./docker-compose-download diff --git a/.github/workflows/publish-nugets.yml b/.github/workflows/publish-nugets.yml index a46dc8d6..4dac3440 100644 --- a/.github/workflows/publish-nugets.yml +++ b/.github/workflows/publish-nugets.yml @@ -36,7 +36,7 @@ jobs: github_token: ${{ github.token }} - name: Download ApiClient NuGet Package - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ApiClientNuGet path: ./nuget-packages @@ -44,7 +44,7 @@ jobs: run-id: ${{ steps.get-run-id.outputs.run_id }} - name: Download DataRedaction NuGet Package - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: DataRedactionNuGet path: ./nuget-packages