Skip to content

Commit cbeee40

Browse files
chore(deps): bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6aa3e56 commit cbeee40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
go build -trimpath -ldflags="${LDFLAGS}" -o "${BINARY}" .
5454
sha256sum "${BINARY}" | awk '{print $1}' > "${BINARY}.sha256"
5555
56-
- uses: actions/upload-artifact@v4
56+
- uses: actions/upload-artifact@v7
5757
with:
5858
name: binary-${{ matrix.goos }}-${{ matrix.goarch }}
5959
path: createos-*

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
go build -trimpath -ldflags="${LDFLAGS}" -o "${BINARY}" .
5454
sha256sum "${BINARY}" | awk '{print $1}' > "${BINARY}.sha256"
5555
56-
- uses: actions/upload-artifact@v4
56+
- uses: actions/upload-artifact@v7
5757
with:
5858
name: binary-${{ matrix.goos }}-${{ matrix.goarch }}
5959
path: createos-*

0 commit comments

Comments
 (0)