Skip to content

Commit

Permalink
Upgrade upload-artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
fubark committed Nov 24, 2024
1 parent 33fffeb commit 4edab4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/latest-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,15 +296,15 @@ jobs:
- name: Save artifact.
if: env.BUILD_CMD == 'cli' || env.BUILD_CMD == 'web-lib'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: bin
path: |
${{ env.BIN_ZIP }}
- name: Save artifact.
if: env.BUILD_CMD == 'lib'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: bin
path: |
Expand Down Expand Up @@ -401,7 +401,7 @@ jobs:
mv docs/docs.html docs.html
- name: Save artifact.
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: bin
path: |
Expand Down

0 comments on commit 4edab4c

Please sign in to comment.