Skip to content

Commit 0422960

Browse files
authored
Merge pull request #721 from adamralph/dependabot/github_actions/actions/upload-artifact-5.0.0
Bump actions/upload-artifact from 4.6.2 to 5.0.0
2 parents 509d30a + b83a0d9 commit 0422960

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)