Skip to content

Commit b83a0d9

Browse files
Bump actions/upload-artifact from 4.6.2 to 5.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 509d30a commit b83a0d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
persist-credentials: false
3535
- run: ./build --logger GitHubActions
3636
- if: matrix.job.name == 'ubuntu'
37-
uses: actions/upload-artifact@v4.6.2
37+
uses: actions/upload-artifact@v5.0.0
3838
with:
3939
name: NuGet packages
4040
path: ./**/*.nupkg

.github/workflows/infer-sharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
binary-path: './SimpleExec'
2424
- run: cat infer-out/report.txt
25-
- uses: actions/upload-artifact@v4.6.2
25+
- uses: actions/upload-artifact@v5.0.0
2626
with:
2727
name: InferSharp reports
2828
path: infer-out/report.*

0 commit comments

Comments
 (0)