Skip to content

Commit 3496168

Browse files
authored
sync download-artifact and upload-artifact versions (#12)
in #9 we updated the download-artifact action, but neglected to upate the upload-artifact action, which led to incompatible versions being used
1 parent 628ada5 commit 3496168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Build Jekyll
1515
uses: actions/jekyll-build-pages@v1
1616
- name: Upload Jekyll Artifact
17-
uses: actions/upload-artifact@v3
17+
uses: actions/upload-artifact@v4.4.0
1818
with:
1919
name: jekyll-site
2020
path: _site
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
lfs: 'true'
3131
- name: Download Jekyll Artifact
32-
uses: actions/[email protected].7
32+
uses: actions/[email protected].8
3333
with:
3434
name: jekyll-site
3535
path: _site

0 commit comments

Comments
 (0)