Skip to content

Commit

Permalink
Upgrade upload & download GitHub actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Apr 17, 2024
1 parent a8acb48 commit 50e6f86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
tar -czf ${{ runner.temp }}/maven-repo.tgz -C ~ .m2/repository
- name: Persist Maven Repo
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: maven-repo
path: ${{ runner.temp }}/maven-repo.tgz
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Download Maven Repo
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: maven-repo
path: ..
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.jdk }}
- name: Download Maven Repo
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: maven-repo
path: ..
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Download Maven Repo
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: maven-repo
path: ..
Expand Down

0 comments on commit 50e6f86

Please sign in to comment.