Skip to content

Commit

Permalink
Update scenepro-entities.yml
Browse files Browse the repository at this point in the history
download-artifact@v4

upload-artifact@v4
  • Loading branch information
saumier authored Nov 18, 2024
1 parent ca5efcc commit 9c2de6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scenepro-entities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
-f json >> scenepro-entities.ttl
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: scenepro-entities
path: ./scenepro-entities.ttl
Expand All @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v4

- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: scenepro-entities
path: ./scenepro-entities
Expand Down Expand Up @@ -89,4 +89,4 @@ jobs:
with:
artifact: scenepro-orgs
publisher: "${{ secrets.PUBLISHER_URI_GREGORY }}"
downloadUrl: https://raw.githubusercontent.com/culturecreates/artsdata-planet-scenepro/${{ needs.commit-file-to-github.outputs.commit-hash }}/outputs/scenepro-entities.ttl
downloadUrl: https://raw.githubusercontent.com/culturecreates/artsdata-planet-scenepro/${{ needs.commit-file-to-github.outputs.commit-hash }}/outputs/scenepro-entities.ttl

0 comments on commit 9c2de6d

Please sign in to comment.