From 87849084c1ce97b9931d85b07e93db17d9ba85d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:07:52 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/main.yml | 2 +- .github/workflows/pypi-release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 14e1a58..cd6f652 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,7 +71,7 @@ jobs: make tcmalloc_example # coredump collection to help debug failures inside the CI - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: ${{ failure() }} # Run only if something went wrong with: name: coredump diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index fa4de6c..4011934 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -24,7 +24,7 @@ jobs: run: | cd tools && python3 -m build - name: store the distribution packages - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: python-package-distributions path: tools/dist/ @@ -42,7 +42,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: python-package-distributions path: dist/