Skip to content

Commit 45ace51

Browse files
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](actions/download-artifact@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f8ad71 commit 45ace51

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
with:
5353
go-version: 1.25
5454
- name: Download result for build
55-
uses: actions/download-artifact@v4
55+
uses: actions/download-artifact@v5
5656
with:
5757
name: connection
5858
path: ./
5959
- name: Download result for build
60-
uses: actions/download-artifact@v4
60+
uses: actions/download-artifact@v5
6161
with:
6262
name: edgevpn
6363
path: ./
@@ -89,12 +89,12 @@ jobs:
8989
with:
9090
fetch-depth: 0
9191
- name: Download result for build
92-
uses: actions/download-artifact@v4
92+
uses: actions/download-artifact@v5
9393
with:
9494
name: connection
9595
path: ./
9696
- name: Download result for build
97-
uses: actions/download-artifact@v4
97+
uses: actions/download-artifact@v5
9898
with:
9999
name: edgevpn
100100
path: ./
@@ -124,12 +124,12 @@ jobs:
124124
with:
125125
fetch-depth: 0
126126
- name: Download result for build
127-
uses: actions/download-artifact@v4
127+
uses: actions/download-artifact@v5
128128
with:
129129
name: connection
130130
path: ./
131131
- name: Download result for build
132-
uses: actions/download-artifact@v4
132+
uses: actions/download-artifact@v5
133133
with:
134134
name: edgevpn
135135
path: ./
@@ -154,12 +154,12 @@ jobs:
154154
with:
155155
fetch-depth: 0
156156
- name: Download result for build
157-
uses: actions/download-artifact@v4
157+
uses: actions/download-artifact@v5
158158
with:
159159
name: connection
160160
path: ./
161161
- name: Download result for build
162-
uses: actions/download-artifact@v4
162+
uses: actions/download-artifact@v5
163163
with:
164164
name: edgevpn
165165
path: ./

0 commit comments

Comments
 (0)