Skip to content

Commit 15817ee

Browse files
chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 (#1319)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@65c4c4a...4cec3d8) --- 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 7961387 commit 15817ee

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
@@ -46,7 +46,7 @@ jobs:
4646
- name: build for ${{ matrix.os }} ${{ matrix.arch }}
4747
run: make build GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }}
4848
- name: upload ${{ matrix.os }} ${{ matrix.arch }} artifact
49-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
49+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
5050
with:
5151
name: bin-${{ matrix.os }}-${{ matrix.arch }}
5252
path: build/ktf.${{ matrix.os }}.${{ matrix.arch }}
@@ -60,7 +60,7 @@ jobs:
6060
run: sha256sum ktf.${{ matrix.os }}.${{ matrix.arch }} >> CHECKSUMS.${{ matrix.os }}.${{ matrix.arch }}
6161
working-directory: ./build/
6262
- name: upload checksum for ${{ matrix.os }} ${{ matrix.arch }}
63-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
63+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
6464
with:
6565
name: CHECKSUMS-${{ matrix.os }}-${{ matrix.arch }}
6666
path: build/CHECKSUMS.${{ matrix.os }}.${{ matrix.arch }}

0 commit comments

Comments
 (0)