Skip to content

Commit

Permalink
dev(narugo): use upload-artifacts@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Sep 21, 2024
1 parent 2bbacdf commit 99ac956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
make package
ls -al dist
- name: Upload packed files to artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build-artifacts-source-pack
path: ./dist/*
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
dist/hfutils -v
dist/hfutils -h
- name: Upload packed files to artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: hfutils-v${{ env.PACKAGE_VERSION }}-${{ env.OS_NAME }}-${{ env.CPU_ARCH }}-${{ env.GIT_COMMIT_ID }}
path: ./dist/*
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
ls -al dist
dist/hfutils -v
dist/hfutils -h
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: hfutils-v${{ env.PACKAGE_VERSION }}-${{ env.OS_NAME }}-${{ env.CPU_ARCH }}-${{ env.GIT_COMMIT_ID }}
path: dist

0 comments on commit 99ac956

Please sign in to comment.