Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
Signed-off-by: catcherwong <[email protected]>
  • Loading branch information
catcherwong committed Apr 28, 2024
1 parent c3be345 commit 0c5c10e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_stable_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

steps:
- name: Download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: rdb-cli
path: rdb-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_stable_nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: Download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: nugetpkgs
path: nugetpkgs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_unstable_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

steps:
- name: Download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: rdb-cli
path: rdb-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_unstable_nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: nugetpkgs
path: nugetpkgs
Expand Down

0 comments on commit 0c5c10e

Please sign in to comment.