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 16ca8b9 + d4c1e23 commit e52c759Copy full SHA for e52c759
2 files changed
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
MINVER_TESTS_FRAMEWORK: ${{ matrix.tests.framework }}
88
run: ./build --verbose
89
- if: matrix.job.upload
90
- uses: actions/upload-artifact@v4.3.4
+ uses: actions/upload-artifact@v4.3.6
91
with:
92
name: NuGet packages
93
path: ./**/*.nupkg
.github/workflows/infer-sharp.yml
@@ -19,7 +19,7 @@ jobs:
19
20
binary-path: './MinVer'
21
- run: cat infer-out/report.txt
22
- - uses: actions/upload-artifact@v4.3.4
+ - uses: actions/upload-artifact@v4.3.6
23
24
name: InferSharp reports
25
path: infer-out/report.*
0 commit comments