From 654f6ad08f0fc4d386e7e8beadf9d33dde4eb5ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 17 Dec 2023 01:01:46 +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 ce5a9cf6..0db7840a 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@v3.1.3 + - uses: actions/upload-artifact@v4.0.0 if: always() with: name: asv-benchmark-results-${{ runner.os }}