Skip to content

Commit ff88a11

Browse files
authored
Merge pull request #3184 from github/dependabot/github_actions/actions/upload-pages-artifact-3
build(deps): bump actions/upload-pages-artifact from 2 to 3
2 parents e77a81a + 2bfd988 commit ff88a11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jekyll-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
destination: ./_site
4747
- name: Upload artifact
4848
# Automatically uploads an artifact from the './_site' directory by default
49-
uses: actions/upload-pages-artifact@v2
49+
uses: actions/upload-pages-artifact@v3
5050

5151
# Deployment job
5252
deploy:

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
destination: ./_site
4343
- name: Upload artifact
4444
# Automatically uploads an artifact from the './_site' directory by default
45-
uses: actions/upload-pages-artifact@v2
45+
uses: actions/upload-pages-artifact@v3
4646

4747
# Deployment job
4848
deploy:

0 commit comments

Comments
 (0)