build: (deps): Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e8c974fa67
commit
76c5335d32
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"
|
AVD_CONFIG_PATH: "~/.android/avd/test.avd/config.ini"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- uses: actions/download-artifact@v7
|
- uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: debug-apk-x64
|
name: debug-apk-x64
|
||||||
path: .
|
path: .
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue