Skip to content

Commit

Permalink
Merge pull request #3020 from alibaba/dependabot/github_actions/dot-g…
Browse files Browse the repository at this point in the history
…ithub/workflows/actions/download-artifact-4.1.7

Build(deps): Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
wangzhaode authored Oct 28, 2024
2 parents a74551b + 0fac46d commit 1ee0313
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 @@ -132,7 +132,7 @@ jobs:
needs: [linux-release, windows-release, macos-release, android-release, ios-release]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: artifact
path: assert
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 @@ -76,7 +76,7 @@ jobs:
with:
python-version: '3.x'

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: artifact
path: dist
Expand Down

0 comments on commit 1ee0313

Please sign in to comment.