Skip to content

Commit e52c759

Browse files
authored
Merge pull request #1035 from adamralph/dependabot/github_actions/actions/upload-artifact-4.3.6
Bump actions/upload-artifact from 4.3.4 to 4.3.6
2 parents 16ca8b9 + d4c1e23 commit e52c759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
MINVER_TESTS_FRAMEWORK: ${{ matrix.tests.framework }}
8888
run: ./build --verbose
8989
- if: matrix.job.upload
90-
uses: actions/[email protected].4
90+
uses: actions/[email protected].6
9191
with:
9292
name: NuGet packages
9393
path: ./**/*.nupkg

.github/workflows/infer-sharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
binary-path: './MinVer'
2121
- run: cat infer-out/report.txt
22-
- uses: actions/[email protected].4
22+
- uses: actions/[email protected].6
2323
with:
2424
name: InferSharp reports
2525
path: infer-out/report.*

0 commit comments

Comments
 (0)