Skip to content

Commit

Permalink
ci: Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson authored Sep 20, 2024
1 parent 0b2de72 commit 08d94d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
BUILD_TAG: ${{ steps.build.outputs.BUILD_TAG }}
steps:
- name: Clone Tree
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install xsltproc
run: |
sudo apt-get -y update
Expand All @@ -33,7 +33,7 @@ jobs:
id: build
run: ./build.sh
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand All @@ -46,7 +46,7 @@ jobs:
POWERSHELL_TELEMETRY_OPTOUT: 1
steps:
- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
- uses: actions/setup-java@v1
with:
java-version: ${{ needs.Build-Ubuntu.outputs.JAVA_VER }}
Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
- uses: actions/setup-java@v1
with:
java-version: ${{ needs.Build-Ubuntu.outputs.JAVA_VER }}
Expand All @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
- name: Get Package Info
id: pkg_info
working-directory: dist
Expand Down

0 comments on commit 08d94d6

Please sign in to comment.