From 8b637cd7f11ad967ec1abc420b943aefafc95b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 23:00:20 +0000 Subject: [PATCH] chore: bump actions/download-artifact from 4.3.0 to 5.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/d3f86a106a0bac45b974a628896c90dbdf5c8093...634f93cb2916e3fdff6788551b99b062d0335ce0) --- 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] --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f12c3870..1527dd80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: with: node-version: 18.x - name: Download build artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: build-artifact path: dist @@ -107,7 +107,7 @@ jobs: with: node-version: 18.x - name: Download build artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: build-artifact path: dist @@ -149,7 +149,7 @@ jobs: with: python-version: 3.x - name: Download build artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: build-artifact path: dist @@ -202,7 +202,7 @@ jobs: with: dotnet-version: 9.0.x - name: Download build artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: build-artifact path: dist @@ -253,7 +253,7 @@ jobs: with: go-version: ^1.16.0 - name: Download build artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: build-artifact path: dist @@ -289,7 +289,7 @@ jobs: with: node-version: 18.x - name: Download build artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: build-artifact path: dist