Skip to content

Commit 859c8b9

Browse files
Bump actions/upload-artifact from 4.3.4 to 4.3.6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.4...v4.3.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5af2017 commit 859c8b9

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
@@ -34,7 +34,7 @@ jobs:
3434
filter: tree:0
3535
- run: ./build --logger GitHubActions
3636
- if: matrix.job.name == 'ubuntu'
37-
uses: actions/[email protected].4
37+
uses: actions/[email protected].6
3838
with:
3939
name: NuGet packages
4040
path: ./**/*.nupkg

.github/workflows/infer-sharp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
binary-path: './SimpleExec'
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)