Skip to content

Commit

Permalink
update Github actions part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed May 24, 2024
1 parent eaab91a commit e36a07b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# fetch all history to include latest tag for the git revision info
fetch-depth: 0
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 11
- name: Build with Ant
run: ant clean xar
- name: Archive xar package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: xar-package
path: build/*.xar
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# fetch all history to include latest tag for the git revision info
fetch-depth: 0
Expand Down

0 comments on commit e36a07b

Please sign in to comment.