Skip to content

Commit

Permalink
Upgrade download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Apr 11, 2024
1 parent f592180 commit 809d239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download Maven Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: io-helidon-maven-artifacts
path: ~/.m2/repository/io/helidon
Expand All @@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download Maven Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: io-helidon-maven-artifacts
path: ~/.m2/repository/io/helidon
Expand All @@ -104,7 +104,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Download Maven Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: io-helidon-maven-artifacts
path: ~/.m2/repository/io/helidon
Expand Down

0 comments on commit 809d239

Please sign in to comment.