Skip to content

Commit 0f8a8c1

Browse files
Update actions/upload-artifact action to v4.4.3
1 parent be061d4 commit 0f8a8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: ./gradlew assemble
4949
- name: "📤 Upload Distribution"
5050
if: success()
51-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
51+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
5252
with:
5353
name: grails-${{ steps.release_version.outputs.value }}.zip
5454
path: build/distributions/grails-${{ steps.release_version.outputs.value }}.zip

0 commit comments

Comments
 (0)