We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02da133 + 37e2769 commit b7f5c22Copy full SHA for b7f5c22
.github/workflows/git-release.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: Download Build Artifact
17
- uses: dawidd6/action-download-artifact@v3.1.0
+ uses: dawidd6/action-download-artifact@v3.1.1
18
with:
19
workflow: preview-and-release.yml
20
workflow_conclusion: success
.github/workflows/gradle-build.yml
@@ -74,7 +74,7 @@ jobs:
74
name: drop
75
path: artifacts/current/
76
- name: Download Last Successful Build
77
78
79
80
0 commit comments