Skip to content

Commit

Permalink
updated github actions versions of actions/checkout and actions/uploa…
Browse files Browse the repository at this point in the history
…d-artifacts to non-deprecated version 4
  • Loading branch information
Andre Castro committed Aug 28, 2024
1 parent 4cacf24 commit fbbf6f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
robot_report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install ROBOT
run: |
wget --quiet https://github.com/ontodev/robot/releases/download/v1.8.1/robot.jar
Expand All @@ -30,7 +30,7 @@ jobs:
robot report --profile .github/report_profile.txt --input dfgfo.ttl --output report-ttl.txt
robot report --profile .github/report_profile.txt --input dfgfo.owl --output report-owl.txt
- name: report artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: robot_reports
path: report-*.txt

0 comments on commit fbbf6f7

Please sign in to comment.