Skip to content

Commit

Permalink
ci(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 23, 2024
1 parent 697ea51 commit ccd69c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
working-directory: sandbox/Benchmark
run: dotnet run -c Release -f net6.0

- uses: actions/upload-artifact@v4.3.1
- uses: actions/upload-artifact@v4.3.3
with:
name: BenchmarkResults
path: sandbox/Benchmark/BenchmarkDotNet.Artifacts/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Publish to NuGet
run: dotnet nuget push "nupkgs/*.nupkg" --source ${{ vars.NUGET_API_SOURCE }} --api-key ${{ secrets.NUGET_API_KEY }}
- uses: actions/upload-artifact@v4.3.1
- uses: actions/upload-artifact@v4.3.3
with:
name: packages
path: nupkgs/

0 comments on commit ccd69c9

Please sign in to comment.