Skip to content

Commit

Permalink
fix: remove deprecate github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangda committed Oct 28, 2024
1 parent 80294af commit b54506b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
GIT_VERSION=${{ github.ref_name }} make build-dist
- name: Upload Distribution files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: ./dist/
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
echo ${{ github.ref_name }}
- name: Download Distribution files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: ./dist/
Expand Down

0 comments on commit b54506b

Please sign in to comment.