mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Update upload-artifact and download-artifact actions to v4
This commit is contained in:
4
.github/workflows/blog.yml
vendored
4
.github/workflows/blog.yml
vendored
@@ -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
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: "Download Generated Site"
|
||||
uses: actions/download-artifact@v1
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: generated_site
|
||||
|
||||
|
||||
Reference in New Issue
Block a user