Skip to content

Commit

Permalink
Update evaluation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnolte authored May 14, 2024
1 parent acb1452 commit af267ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
-Dspring-boot.run.arguments="--versionInfo=current"
- name: Upload OWL file
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: SOMA OWL
path: ./build/owl/current/SOMA-HOME.owl
Expand All @@ -64,7 +64,7 @@ jobs:
mkdir -p $GITHUB_WORKSPACE/build/owl/current &&
mkdir mkdir -p $GITHUB_WORKSPACE/build/files
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v3
with:
name: SOMA OWL
path: ./build/owl/current/
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
with:
fetch-depth: 1

- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v3
with:
name: SOMA OWL
path: ./build/owl/current
Expand Down

0 comments on commit af267ae

Please sign in to comment.