mirror of
https://github.com/mudler/edgevpn.git
synced 2025-09-26 21:01:44 +08:00
chore(deps): bump actions/download-artifact from 4 to 5 (#929)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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>
This commit is contained in:
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
@@ -52,12 +52,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 1.25
|
go-version: 1.25
|
||||||
- name: Download result for build
|
- name: Download result for build
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: connection
|
name: connection
|
||||||
path: ./
|
path: ./
|
||||||
- name: Download result for build
|
- name: Download result for build
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: edgevpn
|
name: edgevpn
|
||||||
path: ./
|
path: ./
|
||||||
@@ -89,12 +89,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Download result for build
|
- name: Download result for build
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: connection
|
name: connection
|
||||||
path: ./
|
path: ./
|
||||||
- name: Download result for build
|
- name: Download result for build
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: edgevpn
|
name: edgevpn
|
||||||
path: ./
|
path: ./
|
||||||
@@ -124,12 +124,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Download result for build
|
- name: Download result for build
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: connection
|
name: connection
|
||||||
path: ./
|
path: ./
|
||||||
- name: Download result for build
|
- name: Download result for build
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: edgevpn
|
name: edgevpn
|
||||||
path: ./
|
path: ./
|
||||||
@@ -154,12 +154,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Download result for build
|
- name: Download result for build
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: connection
|
name: connection
|
||||||
path: ./
|
path: ./
|
||||||
- name: Download result for build
|
- name: Download result for build
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: edgevpn
|
name: edgevpn
|
||||||
path: ./
|
path: ./
|
||||||
|
Reference in New Issue
Block a user