Skip to content

Commit

Permalink
Update github actions/upload-artifact version to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrfranco committed Oct 7, 2024
1 parent 626270a commit c0af573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: get_version
run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo ::set-output name=VERSION::$VERSION
- name: Upload plugin jar
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.4.1
with:
# Artifact name
name: Grails-Plugin-${{ steps.get_version.outputs.VERSION }}
Expand Down

0 comments on commit c0af573

Please sign in to comment.