Skip to content

Commit

Permalink
Update upload-artifact and download-artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Oct 4, 2024
1 parent 6a27ab2 commit e2f2f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
working-directory: "blog"

- name: Upload Generated Site
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: generated_site
path: blog/public
Expand All @@ -58,7 +58,7 @@ jobs:

steps:
- name: "Download Generated Site"
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: generated_site

Expand Down

0 comments on commit e2f2f4c

Please sign in to comment.