Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
htdangkhoa committed Oct 4, 2024
1 parent 1705330 commit 233453e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- uses: actions/checkout@v4

- name: Download build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build 22
path: build
path: dist

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Create build artifact
if: ${{ inputs.build }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build ${{ inputs.node-version }}
path: build
path: dist

0 comments on commit 233453e

Please sign in to comment.