diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5b7c967..852bec08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Run build script id: build_script run: ./build.ps1 -ci - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: ${{ matrix.os == 'windows-latest' }} with: name: packages @@ -67,7 +67,7 @@ jobs: PACKAGE_VERSION: ${{ needs.build.outputs.package_version }} steps: - run: echo "Releasing ${{ env.PACKAGE_VERSION }}" - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: packages path: packages diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 57c52dfc..c7091153 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 1 diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index f635c9a3..38de20ab 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -32,7 +32,7 @@ jobs: actions: read # Required for Claude to read CI results on PRs steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 1