Skip to content

Commit 38409da

Browse files
Update actions/upload-artifact action to v4 (#13295)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 08934af commit 38409da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
5252
- name: Upload Distribution
5353
if: success()
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
5555
with:
5656
name: grails-${{ steps.release_version.outputs.value }}.zip
5757
path: build/distributions/grails-${{ steps.release_version.outputs.value }}.zip

0 commit comments

Comments
 (0)