Skip to content

Commit

Permalink
Updated deprecated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
abrighton committed Nov 26, 2024
1 parent d28f01d commit 7a3e65f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: coursier/[email protected]
with:
jvm: temurin:1.17
Expand Down Expand Up @@ -46,12 +46,12 @@ jobs:
- name: Upload RTM
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: RTM
path: target/RTM

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Coverage Report
path: target/scala-2.13/scoverage-report
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: coursier/[email protected]
with:
jvm: temurin:1.17
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Upload RTM
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: RTM-multi-jvm
path: target/RTM
Expand Down

0 comments on commit 7a3e65f

Please sign in to comment.