Skip to content

Commit

Permalink
Feature/fix vulnerabilities (#39)
Browse files Browse the repository at this point in the history
* fix depedencies

* update dotnet version ci

* update actions/upload-artifact
  • Loading branch information
Daniel-iel authored Sep 24, 2024
1 parent 61fcb52 commit efe8d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Upload Results 📂
if: github.event_name == 'pull_request'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Benchmark_Results
path: ./BenchmarkDotNet.Artifacts/results/*

0 comments on commit efe8d9a

Please sign in to comment.