We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df4afa0 + 0334ca1 commit 85dddd5Copy full SHA for 85dddd5
2 files changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
persist-credentials: false
35
- run: ./build --logger GitHubActions
36
- if: matrix.job.name == 'ubuntu'
37
- uses: actions/upload-artifact@v5.0.0
+ uses: actions/upload-artifact@v6.0.0
38
with:
39
name: NuGet packages
40
path: ./**/*.nupkg
.github/workflows/infer-sharp.yml
@@ -22,7 +22,7 @@ jobs:
22
23
binary-path: './SimpleExec'
24
- run: cat infer-out/report.txt
25
- - uses: actions/upload-artifact@v5.0.0
+ - uses: actions/upload-artifact@v6.0.0
26
27
name: InferSharp reports
28
path: infer-out/report.*
0 commit comments