Skip to content

Commit

Permalink
Update action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lenaRB authored Nov 29, 2024
1 parent e27bdd4 commit 1a24d56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
Expand Down Expand Up @@ -58,13 +58,13 @@ jobs:
omc runTests.mos
- name: upload the crml-compiler
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: crml-compiler-all.jar
path: ${{github.workspace}}/build/libs/crml-compiler-all.jar

- name: upload the tests and results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tests-and-results
path: |
Expand Down

0 comments on commit 1a24d56

Please sign in to comment.