build(deps): Bump actions/download-artifact from 2 to 3 (#11585)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
parent
378bcaaa7c
commit
d80c64c9fa
|
@ -102,7 +102,7 @@ jobs:
|
||||||
**/**.go
|
**/**.go
|
||||||
go.mod
|
go.mod
|
||||||
go.sum
|
go.sum
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "${{ github.sha }}-${{ matrix.part }}"
|
name: "${{ github.sha }}-${{ matrix.part }}"
|
||||||
if: env.GIT_DIFF
|
if: env.GIT_DIFF
|
||||||
|
|
|
@ -112,7 +112,7 @@ jobs:
|
||||||
**/**.go
|
**/**.go
|
||||||
go.mod
|
go.mod
|
||||||
go.sum
|
go.sum
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "${{ github.sha }}-${{ matrix.part }}"
|
name: "${{ github.sha }}-${{ matrix.part }}"
|
||||||
if: env.GIT_DIFF
|
if: env.GIT_DIFF
|
||||||
|
@ -136,23 +136,23 @@ jobs:
|
||||||
**/**.go
|
**/**.go
|
||||||
go.mod
|
go.mod
|
||||||
go.sum
|
go.sum
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "${{ github.sha }}-00-coverage"
|
name: "${{ github.sha }}-00-coverage"
|
||||||
if: env.GIT_DIFF
|
if: env.GIT_DIFF
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "${{ github.sha }}-01-coverage"
|
name: "${{ github.sha }}-01-coverage"
|
||||||
if: env.GIT_DIFF
|
if: env.GIT_DIFF
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "${{ github.sha }}-02-coverage"
|
name: "${{ github.sha }}-02-coverage"
|
||||||
if: env.GIT_DIFF
|
if: env.GIT_DIFF
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "${{ github.sha }}-03-coverage"
|
name: "${{ github.sha }}-03-coverage"
|
||||||
if: env.GIT_DIFF
|
if: env.GIT_DIFF
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "${{ github.sha }}-go-submodules-coverage"
|
name: "${{ github.sha }}-go-submodules-coverage"
|
||||||
if: env.GIT_DIFF
|
if: env.GIT_DIFF
|
||||||
|
|
Loading…
Reference in New Issue