Skip to content

Commit a1ee8b6

Browse files
chore(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#1341)
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@4cec3d8...ea165f8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b7c693 commit a1ee8b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: build for ${{ matrix.os }} ${{ matrix.arch }}
5050
run: make build GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }}
5151
- name: upload ${{ matrix.os }} ${{ matrix.arch }} artifact
52-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
52+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5353
with:
5454
name: bin-${{ matrix.os }}-${{ matrix.arch }}
5555
path: build/ktf.${{ matrix.os }}.${{ matrix.arch }}
@@ -63,7 +63,7 @@ jobs:
6363
run: sha256sum ktf.${{ matrix.os }}.${{ matrix.arch }} >> CHECKSUMS.${{ matrix.os }}.${{ matrix.arch }}
6464
working-directory: ./build/
6565
- name: upload checksum for ${{ matrix.os }} ${{ matrix.arch }}
66-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
66+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6767
with:
6868
name: CHECKSUMS-${{ matrix.os }}-${{ matrix.arch }}
6969
path: build/CHECKSUMS.${{ matrix.os }}.${{ matrix.arch }}

0 commit comments

Comments
 (0)