Skip to content

Commit

Permalink
upgrade actions/upload-artifact in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ltamaster committed Oct 9, 2024
1 parent 52f8858 commit 38e0c45
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 @@ -30,7 +30,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
with:
# Artifact name
name: Grails-Plugin-${{ steps.get_version.outputs.VERSION }}
Expand Down

0 comments on commit 38e0c45

Please sign in to comment.