Skip to content

Commit 65eb49a

Browse files
chore(deps): Bump actions/upload-artifact from 3 to 4
--- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f0c7c3 commit 65eb49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
./cmd/api-server
8484
8585
- name: Upload artifacts
86-
uses: actions/upload-artifact@v3
86+
uses: actions/upload-artifact@v4
8787
with:
8888
name: binaries-${{ matrix.os }}-${{ matrix.arch }}
8989
path: dist/*

0 commit comments

Comments
 (0)