Skip to content

Commit

Permalink
Updated: Bump versions for github action steps
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaneyXYZ committed Jun 19, 2024
1 parent 62f2097 commit 771893e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- name: Checkout RoyalCommands
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up JDK 21
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
Expand All @@ -27,7 +27,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PAT }}
run: mvn clean package --settings settings.xml

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: RoyalCommands (#${{ github.run_number }})
path: |
Expand Down

0 comments on commit 771893e

Please sign in to comment.