We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08934af commit 38409daCopy full SHA for 38409da
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
52
- name: Upload Distribution
53
if: success()
54
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
55
with:
56
name: grails-${{ steps.release_version.outputs.value }}.zip
57
path: build/distributions/grails-${{ steps.release_version.outputs.value }}.zip
0 commit comments