Skip to content

Commit fdfc6af

Browse files
Bump actions/download-artifact from 4.1.2 to 5.0.0 (#1269)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.2 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@eaceaf8...634f93c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 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 bfa39c1 commit fdfc6af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
go-version-file: 'go.mod'
133133
cache: false
134134
- name: Download Packages
135-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
135+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
136136
with:
137137
name: nginx-agent-unsigned-snapshots
138138
path: build
@@ -176,7 +176,7 @@ jobs:
176176
go-version-file: 'go.mod'
177177
cache: false
178178
- name: Download Packages
179-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
179+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
180180
with:
181181
name: nginx-agent-unsigned-snapshots
182182
path: build
@@ -227,7 +227,7 @@ jobs:
227227
go-version-file: 'go.mod'
228228
cache: false
229229
- name: Download Packages
230-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
230+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
231231
with:
232232
name: nginx-agent-unsigned-snapshots
233233
path: build
@@ -288,7 +288,7 @@ jobs:
288288
go-version-file: 'go.mod'
289289
cache: false
290290
- name: Download Packages
291-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
291+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
292292
with:
293293
name: nginx-agent-unsigned-snapshots
294294
path: build
@@ -366,7 +366,7 @@ jobs:
366366
cache: false
367367

368368
- name: Download Packages
369-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
369+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
370370
with:
371371
name: nginx-agent-unsigned-snapshots
372372
path: build

0 commit comments

Comments
 (0)