Skip to content

Commit e3bf1d9

Browse files
authored
Merge pull request #978 from adamralph/dependabot/github_actions/actions/upload-artifact-4.3.1
Bump actions/upload-artifact from 4.3.0 to 4.3.1
2 parents db29abc + 2bd279f commit e3bf1d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
MINVER_TESTS_FRAMEWORK: ${{ matrix.tests.framework }}
8686
run: ./build --verbose
8787
- if: matrix.job.upload
88-
uses: actions/upload-artifact@v4.3.0
88+
uses: actions/upload-artifact@v4.3.1
8989
with:
9090
name: NuGet packages
9191
path: ./**/*.nupkg

.github/workflows/infer-sharp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
binary-path: './MinVer'
2020
- run: cat infer-out/report.txt
21-
- uses: actions/upload-artifact@v4.3.0
21+
- uses: actions/upload-artifact@v4.3.1
2222
with:
2323
name: InferSharp reports
2424
path: infer-out/report.*

0 commit comments

Comments
 (0)