Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump(ci): update ci actions #158

Merged
merged 4 commits into from
Apr 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(ci): update
Signed-off-by: Junjie Gao <[email protected]>
JeyJeyGao committed Apr 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit a824a69ad82221e5a44a2eb07cabb24f780c73c8
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ jobs:
with:
fetch-depth: 0
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ matrix.runtime }}
path: ${{ github.workspace }}/bin/artifacts
@@ -98,7 +98,7 @@ jobs:
with:
fetch-depth: 0
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ${{ github.workspace }}/bin/artifacts
- name: Create release
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ jobs:
steps:
- name: Check out code into the project directory
uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: linux-amd64-binary
path: ./bin/artifacts
@@ -106,7 +106,7 @@ jobs:
steps:
- name: Check out code into the project directory
uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: linux-amd64-binary
path: ./bin/artifacts
@@ -183,7 +183,7 @@ jobs:
steps:
- name: Check out code into the project directory
uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: darwin-amd64-binary
path: ./bin/artifacts