Skip to content

Commit

Permalink
ci(gh-actions): bump actions/upload-artifact from 4.3.3 to 4.3.5
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.3...v4.3.5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 4, 2024
1 parent 8a56b70 commit c5bebfc
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.3
- uses: actions/upload-artifact@v4.3.5
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.3
- uses: actions/upload-artifact@v4.3.5
with:
name: packages
path: nupkgs/

0 comments on commit c5bebfc

Please sign in to comment.