Skip to content

Commit

Permalink
Use Node20 compatible actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Jan 24, 2024
1 parent b613609 commit 16ad71d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/actions/build-dist/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ runs:
npm install
npm run build
- name: Upload distribution
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/

2 changes: 1 addition & 1 deletion .github/actions/download-dist/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- name: Download dist
if: ${{ env.DOWNLOAD_DIST == 'true' }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist/

0 comments on commit 16ad71d

Please sign in to comment.