mirror of
https://github.com/javalsai/lidm.git
synced 2026-05-28 18:17:17 +02:00
chore(deps): bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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:
@@ -51,7 +51,7 @@ jobs:
|
|||||||
permissions: write-all
|
permissions: write-all
|
||||||
needs: [ release-checks, check, build ]
|
needs: [ release-checks, check, build ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
path: builds
|
path: builds
|
||||||
pattern: build-*
|
pattern: build-*
|
||||||
|
|||||||
Reference in New Issue
Block a user