diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 1cc8b05..ca20d67 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -92,7 +92,7 @@ jobs: chmod +x "native-out/filesystem-mcp-server" - name: Upload native artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: filesystem-mcp-native-${{ matrix.settings.target }} path: native-out/filesystem-mcp-server diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 01787fd..deb20cc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -149,7 +149,7 @@ jobs: - name: Upload coverage reports # Kept artifact upload if: steps.classify.outputs.product_changed == 'true' - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v7 with: name: coverage-report path: coverage/ # Upload the whole coverage directory @@ -205,7 +205,7 @@ jobs: echo "artifact_path=$ARTIFACT_NAME" >> $GITHUB_OUTPUT - name: Upload build artifact for release job - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v7 with: name: release-artifact path: ${{ steps.archive_build.outputs.artifact_path }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55cb13a..ab96b94 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: chmod +x native-out/filesystem-mcp-server - name: Upload native artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: filesystem-mcp-native-${{ matrix.settings.target }} path: native-out/filesystem-mcp-server