Skip to content

Commit c715e03

Browse files
Merge pull request #13 from LoicGrobol/dependabot/github_actions/actions/upload-pages-artifact-2
2 parents 8d7a25e + 6ba8087 commit c715e03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: bundle exec jekyll build --baseurl ${{ steps.pages.outputs.base_path }} # defaults output to '/_site'
6767

6868
- name: Upload artifact ⬆️
69-
uses: actions/upload-pages-artifact@v1 # This will automatically upload an artifact from the '/_site' directory
69+
uses: actions/upload-pages-artifact@v2 # This will automatically upload an artifact from the '/_site' directory
7070

7171
# Deployment job
7272
deploy:

0 commit comments

Comments
 (0)