Skip to content

Commit

Permalink
bump actions/upload-artifact and actions/download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyi-sl committed Sep 19, 2024
1 parent 26fba58 commit 3523c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build package
run: npm run build:package:ci
- name: Upload built package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.0
with:
name: compiled-package
path: |
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Download built package
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: compiled-package
- name: Release
Expand Down

0 comments on commit 3523c0f

Please sign in to comment.