We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db29abc + 2bd279f commit e3bf1d9Copy full SHA for e3bf1d9
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
MINVER_TESTS_FRAMEWORK: ${{ matrix.tests.framework }}
86
run: ./build --verbose
87
- if: matrix.job.upload
88
- uses: actions/upload-artifact@v4.3.0
+ uses: actions/upload-artifact@v4.3.1
89
with:
90
name: NuGet packages
91
path: ./**/*.nupkg
.github/workflows/infer-sharp.yml
@@ -18,7 +18,7 @@ jobs:
18
19
binary-path: './MinVer'
20
- run: cat infer-out/report.txt
21
- - uses: actions/upload-artifact@v4.3.0
+ - uses: actions/upload-artifact@v4.3.1
22
23
name: InferSharp reports
24
path: infer-out/report.*
0 commit comments