Skip to content

Commit 95a39d0

Browse files
chore: bump actions/upload-artifact from 4.6.1 to 4.6.2 (#200)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a0e91a commit 95a39d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: cmake --install build --prefix install
2929

3030
- name: Upload Project as Artifact
31-
uses: actions/upload-artifact@v4.6.1
31+
uses: actions/upload-artifact@v4.6.2
3232
with:
3333
name: package-${{ matrix.os }}
3434
path: install

0 commit comments

Comments
 (0)