Merge pull request #2639 from krille-chan/dependabot/github_actions/actions/download-artifact-8
build: (deps): Bump actions/download-artifact from 7 to 8
This commit is contained in:
commit
1f17d68f8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integrate.yaml
vendored
2
.github/workflows/integrate.yaml
vendored
|
|
@ -154,7 +154,7 @@ jobs:
|
|||
AVD_CONFIG_PATH: "~/.android/avd/test.avd/config.ini"
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/download-artifact@v7
|
||||
- uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: debug-apk-x64
|
||||
path: .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue