mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
build: bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Vincent Bernat
parent
9baa7548e6
commit
073a53f2a8
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -212,15 +212,15 @@ jobs:
|
|||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- uses: actions/download-artifact@v5
|
- uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: linux-coverage
|
name: linux-coverage
|
||||||
path: test/linux
|
path: test/linux
|
||||||
- uses: actions/download-artifact@v5
|
- uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: macos-coverage
|
name: macos-coverage
|
||||||
path: test/macos
|
path: test/macos
|
||||||
- uses: actions/download-artifact@v5
|
- uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: e2e-coverage
|
name: e2e-coverage
|
||||||
path: test/e2e
|
path: test/e2e
|
||||||
@@ -441,7 +441,7 @@ jobs:
|
|||||||
|
|
||||||
# Get binary from build step
|
# Get binary from build step
|
||||||
- name: Download binary
|
- name: Download binary
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: binary
|
name: binary
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user