Skip to content

Commit 13f193d

Browse files
build(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent daf4126 commit 13f193d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
tar -czvf "../releases/$LP_BUILD_DIR.tar.gz" ./
148148
149149
- name: Upload artifacts for cutting release
150-
uses: actions/upload-artifact@v4
150+
uses: actions/upload-artifact@v5
151151
with:
152152
name: release-artifacts-${{ matrix.target.GOOS }}-${{ matrix.target.type }}-${{ matrix.target.GOARCH }}
153153
path: releases/
@@ -255,7 +255,7 @@ jobs:
255255
tar -czvf "../releases/${LP_BUILD_DIR}.tar.gz" .
256256
257257
- name: Upload artifacts for cutting release
258-
uses: actions/upload-artifact@v4
258+
uses: actions/upload-artifact@v5
259259
with:
260260
name: release-artifacts-${{ matrix.target.GOOS }}-${{ matrix.target.GOARCH }}
261261
path: releases/

0 commit comments

Comments
 (0)