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 7a3e65f commit a0d618a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branchLinkCheckAndMultiNICTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: branch-4.0.x
- uses: coursier/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/masterLinkCheckAndMultiNICTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
ESW_TS_VERSION: "0.4.1"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: coursier/[email protected]
with:
jvm: temurin:1.17
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
sbt -DenableCoverage=true coverageReport
sbtn coverageAggregate
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Coverage Report
path: target/scala-2.13/scoverage-report
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Upload RTM
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: RTM
path: target/RTM
Expand Down

0 comments on commit a0d618a

Please sign in to comment.