We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3ae38 commit 3b9ed18Copy full SHA for 3b9ed18
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
run: ./gradlew assemble
49
- name: "📤 Upload Distribution"
50
if: success()
51
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
52
with:
53
name: grails-${{ steps.release_version.outputs.value }}.zip
54
path: build/distributions/grails-${{ steps.release_version.outputs.value }}.zip
0 commit comments