| commit | d6718d87f34c25f53697ae1a95d2c85565d0f2cd | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Feb 04 16:10:05 2026 +0000 |
| committer | GitHub <noreply@github.com> | Wed Feb 04 16:10:05 2026 +0000 |
| tree | 4a76c56b22adb8a6c87ad284b6441f2fae2e644c | |
| parent | c99d09a231648d72e05a89d80281b38c9d0d1b9a [diff] |
Bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19a3dc0..cae9049 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -108,7 +108,7 @@ run: /usr/local/bin/thrift -version - name: Archive built thrift compiler (macOS) - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: thrift-compiler-${{ matrix.os }} path: compiler/cpp/thrift
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e764e61..4ca63ee 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml
@@ -41,7 +41,7 @@ - name: Upload LastTest log if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: cmake-LastTest-log path: cmake_build/Testing/Temporary/LastTest.log