We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a91b629 + 5842e61 commit e8c31c1Copy full SHA for e8c31c1
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
filter: tree:0
35
- run: ./build --logger GitHubActions
36
- if: matrix.job.name == 'ubuntu'
37
- uses: actions/upload-artifact@v4.3.4
+ uses: actions/upload-artifact@v4.6.0
38
with:
39
name: NuGet packages
40
path: ./**/*.nupkg
.github/workflows/infer-sharp.yml
@@ -19,7 +19,7 @@ jobs:
19
20
binary-path: './SimpleExec'
21
- run: cat infer-out/report.txt
22
- - uses: actions/upload-artifact@v4.3.4
+ - uses: actions/upload-artifact@v4.6.0
23
24
name: InferSharp reports
25
path: infer-out/report.*
0 commit comments