From 2e4cac99b01192d8bc2601beb760194bba4620e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:32:52 +0000 Subject: [PATCH] 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](https://github.com/actions/download-artifact/compare/v4.1.2...018cc2cf5baa6db3ef3c5f8a56943fffe632ef53) --- 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] --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 864e24d53..0d96d613d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,7 +159,7 @@ jobs: go-version-file: 'go.mod' cache: false - name: Download Packages - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: nginx-agent-unsigned-snapshots path: build @@ -209,7 +209,7 @@ jobs: go-version-file: 'go.mod' cache: false - name: Download Packages - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: nginx-agent-unsigned-snapshots path: build @@ -266,7 +266,7 @@ jobs: go-version-file: 'go.mod' cache: false - name: Download Packages - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: nginx-agent-unsigned-snapshots path: build @@ -333,7 +333,7 @@ jobs: go-version-file: 'go.mod' cache: false - name: Download Packages - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: nginx-agent-unsigned-snapshots path: build @@ -399,7 +399,7 @@ jobs: go-version-file: 'go.mod' cache: false - name: Download Packages - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: nginx-agent-unsigned-snapshots path: build @@ -466,7 +466,7 @@ jobs: go-version-file: 'go.mod' cache: false - name: Download Packages - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: nginx-agent-unsigned-snapshots path: build @@ -550,7 +550,7 @@ jobs: cache: false - name: Download Packages - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: nginx-agent-unsigned-snapshots path: build