Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bindeali authored Sep 12, 2024
1 parent 1648a74 commit e930497
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@ jobs:
find . -type f -regex ".*/named-graphs-slovník-gov-cz.ttl" -exec cp {} ~/named-graphs-slovník-gov-cz.ttl \;
# when: always
- name: Store sgov.trig
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: sgov.trig
path: sgov.trig
- name: Store named-graphs-slovník-gov-cz.ttl
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: named-graphs-slovník-gov-cz.ttl
path: named-graphs-slovník-gov-cz.ttl
- name: Store sgov-canonical-container.trig
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: sgov-canonical-container.trig
path: sgov-canonical-container.trig
- name: Store sgov-graph-per-vocabulary.trig
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: sgov-graph-per-vocabulary.trig
path: sgov-graph-per-vocabulary.trig
Expand Down

0 comments on commit e930497

Please sign in to comment.