Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.4 to 4.6.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.4...v4.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent d22cc9f commit 8b53cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
filter: tree:0
- run: ./build --logger GitHubActions
- if: matrix.job.name == 'ubuntu'
uses: actions/upload-artifact@v4.3.4
uses: actions/upload-artifact@v4.6.0
with:
name: NuGet packages
path: ./**/*.nupkg
2 changes: 1 addition & 1 deletion .github/workflows/infer-sharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
binary-path: './Bullseye'
- run: cat infer-out/report.txt
- uses: actions/upload-artifact@v4.3.4
- uses: actions/upload-artifact@v4.6.0
with:
name: InferSharp reports
path: infer-out/report.*
Expand Down

0 comments on commit 8b53cec

Please sign in to comment.