Skip to content

Commit 3bc2f92

Browse files
build: bump actions/upload-pages-artifact from 4 to 5 (#558)
1 parent bb70427 commit 3bc2f92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
PAGES_REPO_NWO: ${{ github.repository }}
3737
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v4
39+
uses: actions/upload-pages-artifact@v5
4040
with:
4141
path: ${{ env.DOCS_DIR }}/_site
4242
deploy:

0 commit comments

Comments
 (0)