Skip to content

Commit

Permalink
actions to @4
Browse files Browse the repository at this point in the history
  • Loading branch information
jborgers committed Feb 8, 2024
1 parent 2fb3bf0 commit 17eb5cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set Release version env variable
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
git checkout tags/${{ env.TAG_NAME }} -b ${{ env.TAG_NAME }}-tmp-branch
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 11
Expand All @@ -40,7 +40,7 @@ jobs:
./mvnw clean verify
- name: Upload jar
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sonar-pmd-plugin-${{ env.TAG_NAME }}
path: sonar-pmd-plugin/target/sonar-pmd-plugin-*.jar

0 comments on commit 17eb5cf

Please sign in to comment.