We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20793bf commit 83c108bCopy full SHA for 83c108b
.github/workflows/release.yml
@@ -319,7 +319,7 @@ jobs:
319
run: ./gradlew assemble
320
- name: "📤 Upload Distribution"
321
if: success()
322
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
323
with:
324
name: grails-${{ steps.release_version.outputs.value }}.zip
325
path: build/distributions/grails-${{ steps.release_version.outputs.value }}.zip
0 commit comments