diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7b0d2f7..38ce7762 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # We need the full history in order to use Git versioning diff --git a/.github/workflows/deploy-packages.yml b/.github/workflows/deploy-packages.yml index 3ffed2d0..d9e55044 100644 --- a/.github/workflows/deploy-packages.yml +++ b/.github/workflows/deploy-packages.yml @@ -12,7 +12,7 @@ jobs: runs-on: windows-latest steps: - name: Get code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # We need the full history in order to use Git versioning @@ -32,7 +32,7 @@ jobs: dotnet publish /p:SourceRevisionId=${{ github.sha }} - name: Upload build - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: bin path: .artifacts/package @@ -47,7 +47,7 @@ jobs: dotnet-version: '10.0.*' - name: Download build - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: bin path: .artifacts/package diff --git a/.github/workflows/deploy-planner.yml b/.github/workflows/deploy-planner.yml index ca1149da..1d15c117 100644 --- a/.github/workflows/deploy-planner.yml +++ b/.github/workflows/deploy-planner.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # We need the full history in order to use Git versioning @@ -50,7 +50,7 @@ jobs: Squirrel pack --framework net6.0,vcredist143-x86 --packId "NetUpgradePlanner" --packTitle ".NET Upgrade Planner" --packVersion "${{ steps.nbgv.outputs.SemVer1 }}" --packAuthors "Immo Landwerth" --packDir "." -r "../../squirrel-release" - name: Upload build - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: squirrel-release path: .artifacts/squirrel-release @@ -61,13 +61,13 @@ jobs: steps: - name: Download build - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: squirrel-release path: .artifacts/squirrel-release - name: Upload release - uses: azure/cli@v2 + uses: azure/cli@v3 env: AZURE_STORAGE_CONNECTION_STRING: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }} with: diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 435b88ef..973079b7 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # We need the full history in order to use Git versioning @@ -33,7 +33,7 @@ jobs: dotnet publish /p:SourceRevisionId=${{ github.sha }} - name: Upload build - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: site path: .artifacts/publish/apisof.net @@ -44,7 +44,7 @@ jobs: steps: - name: Download build - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: site path: .artifacts/publish/apisof.net diff --git a/.github/workflows/deploy-telemetry.yml b/.github/workflows/deploy-telemetry.yml index ac9fd8fb..4cbcf43a 100644 --- a/.github/workflows/deploy-telemetry.yml +++ b/.github/workflows/deploy-telemetry.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # We need the full history in order to use Git versioning @@ -31,7 +31,7 @@ jobs: dotnet publish /p:SourceRevisionId=${{ github.sha }} - name: Upload build - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: function path: .artifacts/publish/NetUpgradePlannerTelemetry @@ -43,7 +43,7 @@ jobs: steps: - name: Download build - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: function path: .artifacts/publish/NetUpgradePlannerTelemetry diff --git a/.github/workflows/gen-catalog.yml b/.github/workflows/gen-catalog.yml index c872e833..5044cb44 100644 --- a/.github/workflows/gen-catalog.yml +++ b/.github/workflows/gen-catalog.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # We need the full history in order to use Git versioning diff --git a/.github/workflows/gen-design-notes.yml b/.github/workflows/gen-design-notes.yml index 006d1a81..0a5a8a71 100644 --- a/.github/workflows/gen-design-notes.yml +++ b/.github/workflows/gen-design-notes.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # We need the full history in order to use Git versioning diff --git a/.github/workflows/gen-usage.yml b/.github/workflows/gen-usage.yml index 5385dfb0..b146f966 100644 --- a/.github/workflows/gen-usage.yml +++ b/.github/workflows/gen-usage.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # We need the full history in order to use Git versioning - name: Get .NET @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # We need the full history in order to use Git versioning - name: Get .NET @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # We need the full history in order to use Git versioning - name: Get .NET