Skip to content

Commit 5ecc765

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

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/upload-artifact@v4.3.6
90+
uses: actions/upload-artifact@v4.4.1
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/upload-artifact@v4.3.6
22+
- uses: actions/upload-artifact@v4.4.1
2323
with:
2424
name: InferSharp reports
2525
path: infer-out/report.*

0 commit comments

Comments
 (0)