Skip to content

Commit

Permalink
build: update upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Nov 5, 2024
1 parent e53a1cb commit 446dbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# only for releases or push
- name: upload artifact
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'push'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: log_proxy-linux64-${{ steps.vars.outputs.tag }}
path: ./log_proxy-linux64-${{ steps.vars.outputs.tag }}
Expand Down

0 comments on commit 446dbec

Please sign in to comment.