From 5d84639d4ea1a4df9102b05e2f8bc6c1e689f5a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 03:05:48 +0000 Subject: [PATCH] Build(deps): 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/tag-and-release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index 34cccf7..22b01b2 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -102,19 +102,19 @@ jobs: export VERSION=$(sed -n -e 's/.*QVersionNumber::fromString(\"\(.*\)\");/\1/p' src/window.cpp) echo "version=$VERSION" >> $GITHUB_ENV echo "$VERSION" - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: minikube-gui-linux-release - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: minikube-gui-linux-tar-release - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: minikube-gui-macos-release - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: minikube-gui-macos-tar-release - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: minikube-gui-windows-release - uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8