Skip to content

Commit 0ec867f

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 40a726a commit 0ec867f

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
@@ -208,7 +208,7 @@ jobs:
208208
~/go/pkg/mod
209209
key: ${{ runner.os }}-go-
210210
- name: Download Packages
211-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
211+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
212212
with:
213213
name: nginx-agent-unsigned-snapshots
214214
path: build
@@ -264,7 +264,7 @@ jobs:
264264
~/go/pkg/mod
265265
key: ${{ runner.os }}-go-
266266
- name: Download Packages
267-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
267+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
268268
with:
269269
name: nginx-agent-unsigned-snapshots
270270
path: build
@@ -327,7 +327,7 @@ jobs:
327327
~/go/pkg/mod
328328
key: ${{ runner.os }}-go-
329329
- name: Download Packages
330-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
330+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
331331
with:
332332
name: nginx-agent-unsigned-snapshots
333333
path: build
@@ -400,7 +400,7 @@ jobs:
400400
~/go/pkg/mod
401401
key: ${{ runner.os }}-go-
402402
- name: Download Packages
403-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
403+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
404404
with:
405405
name: nginx-agent-unsigned-snapshots
406406
path: build
@@ -472,7 +472,7 @@ jobs:
472472
~/go/pkg/mod
473473
key: ${{ runner.os }}-go-
474474
- name: Download Packages
475-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
475+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
476476
with:
477477
name: nginx-agent-unsigned-snapshots
478478
path: build
@@ -545,7 +545,7 @@ jobs:
545545
~/go/pkg/mod
546546
key: ${{ runner.os }}-go-
547547
- name: Download Packages
548-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
548+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
549549
with:
550550
name: nginx-agent-unsigned-snapshots
551551
path: build
@@ -643,7 +643,7 @@ jobs:
643643
key: ${{ runner.os }}-go-
644644

645645
- name: Download Packages
646-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
646+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
647647
with:
648648
name: nginx-agent-unsigned-snapshots
649649
path: build

0 commit comments

Comments
 (0)