Skip to content

Commit

Permalink
Update upload and download artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
e1mo committed Sep 6, 2024
1 parent 0a8f0da commit 9fb071f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
env:
SITEURL: ${{ needs.determine_urls.outputs.siteurl }}
run: make publish PELICANOPTS="-e SITEURL='\"$SITEURL\"'"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: website_pelican-build
path: ./public
Expand All @@ -61,7 +61,7 @@ jobs:
name: production
url: https://chaos.jetzt
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: website_pelican-build
- name: deploy
Expand All @@ -80,7 +80,7 @@ jobs:
name: development
url: ${{ needs.determine_urls.outputs.siteurl }}
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: website_pelican-build
- name: deploy
Expand Down

0 comments on commit 9fb071f

Please sign in to comment.