Skip to content

Commit 83c108b

Browse files
chore(deps): update actions/upload-artifact action to v4.6.1
1 parent 20793bf commit 83c108b

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
@@ -319,7 +319,7 @@ jobs:
319319
run: ./gradlew assemble
320320
- name: "📤 Upload Distribution"
321321
if: success()
322-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
322+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
323323
with:
324324
name: grails-${{ steps.release_version.outputs.value }}.zip
325325
path: build/distributions/grails-${{ steps.release_version.outputs.value }}.zip

0 commit comments

Comments
 (0)