Skip to content

Commit

Permalink
stablizie in v4
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Apr 18, 2024
1 parent 8609e6b commit 8d085ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client-release-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Upload tools
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: original-tools
path: tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime-release-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Upload tools
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: original-tools
path: tools
Expand Down

0 comments on commit 8d085ff

Please sign in to comment.