Skip to content

Commit e2f2f4c

Browse files
committed
Update upload-artifact and download-artifact actions to v4
1 parent 6a27ab2 commit e2f2f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
working-directory: "blog"
3434

3535
- name: Upload Generated Site
36-
uses: actions/upload-artifact@v1.0.0
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: generated_site
3939
path: blog/public
@@ -58,7 +58,7 @@ jobs:
5858

5959
steps:
6060
- name: "Download Generated Site"
61-
uses: actions/download-artifact@v1
61+
uses: actions/download-artifact@v4
6262
with:
6363
name: generated_site
6464

0 commit comments

Comments
 (0)