Skip to content

Commit

Permalink
Update to v4 of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Apr 6, 2024
1 parent 4a5de92 commit 22aa400
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build Windows native files
run: make -C native
- uses: actions/upload-artifact@v4
Expand All @@ -35,9 +35,9 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
- name: Upload Maven bundle
if: ${{ inputs.publish_maven }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Maven bundle
path: maven/*-bundle.jar
Expand All @@ -107,7 +107,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload release artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Release artifacts
path: target/*.jar

0 comments on commit 22aa400

Please sign in to comment.