From a6b1aee4af8e862fe9126136475a5f8ef44ed7f1 Mon Sep 17 00:00:00 2001 From: Steve Desmond Date: Fri, 8 Nov 2024 08:19:19 -0500 Subject: [PATCH] Upgrade GitHub Actions workflow to use Upload Artifact v4 --- .github/workflows/Results.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Results.yml b/.github/workflows/Results.yml index e87e821..e2b9d0f 100644 --- a/.github/workflows/Results.yml +++ b/.github/workflows/Results.yml @@ -23,13 +23,13 @@ jobs: working-directory: BenchmarkMockNet/bin/Release/net8.0/publish - name: Upload results report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Results Report path: BenchmarkMockNet/bin/Release/net8.0/publish/Results.md - name: Upload raw results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Raw Results path: BenchmarkMockNet/bin/Release/net8.0/publish/BenchmarkDotNet.Artifacts/results/*.md \ No newline at end of file