We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4bf95 commit f53dff8Copy full SHA for f53dff8
1 file changed
.github/workflows/jekyll.yml
@@ -48,7 +48,7 @@ jobs:
48
env:
49
JEKYLL_ENV: production
50
- name: Upload artifact
51
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
52
with:
53
name: site
54
path: _site
@@ -67,7 +67,7 @@ jobs:
67
- name: Checkout
68
uses: actions/checkout@v4
69
- name: Download artifact
70
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
71
72
73
0 commit comments