Skip to content

Commit

Permalink
upgrade actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Apr 20, 2024
1 parent 2dc55c0 commit 0c02e34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/align.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '8'
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Align names
run: bash align-names.sh "${GITHUB_REPOSITORY}"
- name: Share alignment report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: alignment-report
path: |
Expand Down

0 comments on commit 0c02e34

Please sign in to comment.