Skip to content

Commit 2e4cac9

Browse files
Bump actions/download-artifact from 4.1.2 to 6.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.2 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.2...018cc2c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b55f22b commit 2e4cac9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
go-version-file: 'go.mod'
160160
cache: false
161161
- name: Download Packages
162-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
162+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
163163
with:
164164
name: nginx-agent-unsigned-snapshots
165165
path: build
@@ -209,7 +209,7 @@ jobs:
209209
go-version-file: 'go.mod'
210210
cache: false
211211
- name: Download Packages
212-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
212+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
213213
with:
214214
name: nginx-agent-unsigned-snapshots
215215
path: build
@@ -266,7 +266,7 @@ jobs:
266266
go-version-file: 'go.mod'
267267
cache: false
268268
- name: Download Packages
269-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
269+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
270270
with:
271271
name: nginx-agent-unsigned-snapshots
272272
path: build
@@ -333,7 +333,7 @@ jobs:
333333
go-version-file: 'go.mod'
334334
cache: false
335335
- name: Download Packages
336-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
336+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
337337
with:
338338
name: nginx-agent-unsigned-snapshots
339339
path: build
@@ -399,7 +399,7 @@ jobs:
399399
go-version-file: 'go.mod'
400400
cache: false
401401
- name: Download Packages
402-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
402+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
403403
with:
404404
name: nginx-agent-unsigned-snapshots
405405
path: build
@@ -466,7 +466,7 @@ jobs:
466466
go-version-file: 'go.mod'
467467
cache: false
468468
- name: Download Packages
469-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
469+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
470470
with:
471471
name: nginx-agent-unsigned-snapshots
472472
path: build
@@ -550,7 +550,7 @@ jobs:
550550
cache: false
551551

552552
- name: Download Packages
553-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
553+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
554554
with:
555555
name: nginx-agent-unsigned-snapshots
556556
path: build

0 commit comments

Comments
 (0)