Skip to content

Commit df191c3

Browse files
authored
Merge pull request #2 from macvim-dev/dependabot/github_actions/actions/upload-pages-artifact-2
build(deps): bump actions/upload-pages-artifact from 1 to 2
2 parents 4be0b95 + dc340b6 commit df191c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
${GITHUB_WORKSPACE}/scripts/generate_sitemap > sitemap.txt
9191
9292
- name: Upload page artifact
93-
uses: actions/upload-pages-artifact@v1
93+
uses: actions/upload-pages-artifact@v2
9494
with:
9595
path: build
9696

0 commit comments

Comments
 (0)