Skip to content

Commit

Permalink
Another github workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Dec 20, 2024
1 parent c2998aa commit 1394d6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
java-version: 8
distribution: temurin
- uses: actions/setup-sbt@v1
- uses: sbt/setup-sbt@v1
- uses: actions/setup-node@v4
with:
node-version: '12.x'
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
with:
java-version: 11
distribution: temurin
- uses: actions/setup-sbt@v1
- uses: sbt/setup-sbt@v1
- uses: actions/setup-node@v4
with:
node-version: '12.x'
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
with:
java-version: 8
distribution: temurin
- uses: actions/setup-sbt@v1
- uses: sbt/setup-sbt@v1
- run: |
sbt scalapbcJVM2_12/universal:packageBin
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1394d6a

Please sign in to comment.