Skip to content

Commit e8c31c1

Browse files
authored
Merge pull request #683 from adamralph/dependabot/github_actions/actions/upload-artifact-4.6.0
Bump actions/upload-artifact from 4.3.4 to 4.6.0
2 parents a91b629 + 5842e61 commit e8c31c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
filter: tree:0
3535
- run: ./build --logger GitHubActions
3636
- if: matrix.job.name == 'ubuntu'
37-
uses: actions/upload-artifact@v4.3.4
37+
uses: actions/upload-artifact@v4.6.0
3838
with:
3939
name: NuGet packages
4040
path: ./**/*.nupkg

.github/workflows/infer-sharp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
binary-path: './SimpleExec'
2121
- run: cat infer-out/report.txt
22-
- uses: actions/upload-artifact@v4.3.4
22+
- uses: actions/upload-artifact@v4.6.0
2323
with:
2424
name: InferSharp reports
2525
path: infer-out/report.*

0 commit comments

Comments
 (0)