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.
1 parent 7cb981d commit 5ecc765Copy full SHA for 5ecc765
.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.6
+ uses: actions/upload-artifact@v4.4.1
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.6
+ - uses: actions/upload-artifact@v4.4.1
23
24
name: InferSharp reports
25
path: infer-out/report.*
0 commit comments