Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/download-artifact from 4.1.6 to 4.1.7 #134

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading