Skip to content

Commit

Permalink
Merge pull request #18 from vlingo/gh-actions-bump
Browse files Browse the repository at this point in the history
Bump actions/download-artifact and actions/upload-artifact
  • Loading branch information
jakzal authored Nov 6, 2024
2 parents d749431 + 3bed39b commit 9dc5dd6
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 @@ -13,10 +13,10 @@ jobs:
timeout-minutes: 15

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:
java-version: '8'
distribution: 'zulu'
Expand All @@ -28,7 +28,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: JARs
path: target/*.jar
Expand Down

0 comments on commit 9dc5dd6

Please sign in to comment.