From 0ec867f71d43ec6be462fc3e6598c68468ac7253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 10:48:55 +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 9ceed3942..fe962995b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,7 +208,7 @@ jobs: ~/go/pkg/mod key: ${{ runner.os }}-go- - 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 @@ -264,7 +264,7 @@ jobs: ~/go/pkg/mod key: ${{ runner.os }}-go- - 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 @@ -327,7 +327,7 @@ jobs: ~/go/pkg/mod key: ${{ runner.os }}-go- - 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 @@ -400,7 +400,7 @@ jobs: ~/go/pkg/mod key: ${{ runner.os }}-go- - 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 @@ -472,7 +472,7 @@ jobs: ~/go/pkg/mod key: ${{ runner.os }}-go- - 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 @@ -545,7 +545,7 @@ jobs: ~/go/pkg/mod key: ${{ runner.os }}-go- - 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 @@ -643,7 +643,7 @@ jobs: key: ${{ runner.os }}-go- - 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