Skip to content

Commit

Permalink
Upgrade GitHub Actions workflow to use Upload Artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Nov 8, 2024
1 parent 0257452 commit a6b1aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a6b1aee

Please sign in to comment.