From a7f75c2e0d8bfbbdc13a8b0a9e023be4de6bb653 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 28 Jan 2024 00:57:43 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 1d861518..c7ef0c1a 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -74,7 +74,7 @@ jobs: cp benchmarks.log .asv/results/ working-directory: ${{ env.ASV_DIR }} - - uses: actions/upload-artifact@v4.2.0 + - uses: actions/upload-artifact@v4.3.0 if: always() with: name: asv-benchmark-results-${{ runner.os }}