Skip to content

Commit

Permalink
maintenance (GH action versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchlrch committed Aug 27, 2024
1 parent 9c83621 commit 20f776a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
transform:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cache ontop
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-mix-deps
with:
Expand All @@ -19,7 +19,7 @@ jobs:
${{ runner.os }}-deps-
${{ runner.os }}-
- run: make
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: triples.nt
path: ontop-scripts/triples.nt

0 comments on commit 20f776a

Please sign in to comment.