Skip to content

Commit

Permalink
Merge pull request #134 from kubernetes-sigs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/download-artifact-4.1.7

Bump actions/download-artifact from 4.1.6 to 4.1.7
  • Loading branch information
spowelljr authored Apr 24, 2024
2 parents 39f0564 + 1169a53 commit 682d130
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube-gui-linux-release
- uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube-gui-linux-tar-release
- uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube-gui-macos-release
- uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube-gui-macos-tar-release
- uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube-gui-windows-release
- uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564
Expand Down

0 comments on commit 682d130

Please sign in to comment.