Skip to content

Commit 446dbec

Browse files
authored
build: update upload-artifact action
1 parent e53a1cb commit 446dbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# only for releases or push
7171
- name: upload artifact
7272
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'push'
73-
uses: actions/upload-artifact@v1
73+
uses: actions/upload-artifact@v4
7474
with:
7575
name: log_proxy-linux64-${{ steps.vars.outputs.tag }}
7676
path: ./log_proxy-linux64-${{ steps.vars.outputs.tag }}

0 commit comments

Comments
 (0)