Skip to content

Commit

Permalink
Merge pull request #3081 from wangzhaode/feature/using_upload-artifactv4
Browse files Browse the repository at this point in the history
[MNN:CI] update actions/upload-artifact@v4.
  • Loading branch information
wangzhaode authored Nov 14, 2024
2 parents 2db51a2 + 04cdaf1 commit 0e357d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mnn_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: package
run: 7z a -r ${{ env.PACKAGENAME }}.zip ${{ env.PACKAGENAME }}
- name: upload-zip
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ env.PACKAGENAME }}.zip

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pymnn_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
shell: bash

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: wheelhouse/*.whl

Expand Down

0 comments on commit 0e357d3

Please sign in to comment.