Skip to content

Commit 22f4fd0

Browse files
authored
Merge pull request #15 from MimoJanra/dependabot/github_actions/actions/upload-pages-artifact-5
ci: bump actions/upload-pages-artifact from 3 to 5
2 parents ff40bdd + 0fba861 commit 22f4fd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
bundle exec jekyll build -d ../_site
3939
4040
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v3
41+
uses: actions/upload-pages-artifact@v5
4242
with:
4343
path: '_site'
4444

0 commit comments

Comments
 (0)