From a343027cbca69106e7ac730bf872a6a561bb3e1c Mon Sep 17 00:00:00 2001 From: Chris Simon Date: Wed, 13 Mar 2024 23:52:46 +0000 Subject: [PATCH] ci: bump action versions to suit node.js 20 --- .github/actions/init-dotnet/action.yml | 2 +- .github/actions/upload-reports/action.yml | 6 +++--- .github/workflows/contextive-runtime-build.yml | 4 ++-- .github/workflows/contextive.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/init-dotnet/action.yml b/.github/actions/init-dotnet/action.yml index 8edd95f0..af74d455 100644 --- a/.github/actions/init-dotnet/action.yml +++ b/.github/actions/init-dotnet/action.yml @@ -3,6 +3,6 @@ runs: using: composite steps: - name: Setup .NET SDK ${{ env.DOTNET_VERSION }} - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ env.DOTNET_VERSION }} \ No newline at end of file diff --git a/.github/actions/upload-reports/action.yml b/.github/actions/upload-reports/action.yml index aa43369d..ec9cca12 100644 --- a/.github/actions/upload-reports/action.yml +++ b/.github/actions/upload-reports/action.yml @@ -15,7 +15,7 @@ runs: to-slug: ${{ inputs.name }} - name: Upload ${{ inputs.name }} Logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: ${{ steps.name-slug.outputs.slug }}-logs-${{ env.DOTNET_VERSION }}-${{ runner.os }} @@ -23,7 +23,7 @@ runs: if-no-files-found: ignore - name: Upload ${{ inputs.name }} VsCode Logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: ${{ steps.name-slug.outputs.slug }}-vscode-logs-${{ env.DOTNET_VERSION }}-${{ runner.os }} @@ -31,7 +31,7 @@ runs: if-no-files-found: ignore - name: Upload ${{ inputs.name }} Test Report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: ${{ steps.name-slug.outputs.slug }}-test-results-net${{ env.DOTNET_VERSION }}-${{ runner.os }} diff --git a/.github/workflows/contextive-runtime-build.yml b/.github/workflows/contextive-runtime-build.yml index 680e042f..0c0d1057 100644 --- a/.github/workflows/contextive-runtime-build.yml +++ b/.github/workflows/contextive-runtime-build.yml @@ -28,7 +28,7 @@ jobs: working-directory: src - name: Language Server Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Contextive.LanguageServer-${{inputs.dotnet_runtime}} path: ${{ steps.build.outputs.artifact-path }} @@ -55,7 +55,7 @@ jobs: node-version: 20 - name: Language Server Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Contextive.LanguageServer-${{ inputs.dotnet_runtime }} path: src/ diff --git a/.github/workflows/contextive.yml b/.github/workflows/contextive.yml index 52f40273..818e68c5 100644 --- a/.github/workflows/contextive.yml +++ b/.github/workflows/contextive.yml @@ -40,7 +40,7 @@ jobs: java-version: '21' # - name: Language Server Artifact - # uses: actions/download-artifact@v3 + # uses: actions/download-artifact@v4 # with: # name: Contextive.LanguageServer-${{ inputs.dotnet_runtime }} # path: src/