Skip to content

Commit 2210796

Browse files
authored
Merge pull request #3482 from github/dependabot/github_actions/actions/upload-pages-artifact-4.0.0
chore(deps): bump actions/upload-pages-artifact from 3.0.1 to 4.0.0
2 parents d1272ac + 7613e1a commit 2210796

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
@@ -44,7 +44,7 @@ jobs:
4444
destination: ./_site
4545
- name: Upload artifact
4646
# Automatically uploads an artifact from the './_site' directory by default
47-
uses: actions/upload-pages-artifact@v3.0.1
47+
uses: actions/upload-pages-artifact@v4.0.0
4848
# Deployment job
4949
deploy:
5050
environment:

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
destination: ./_site
3838
- name: Upload artifact
3939
# Automatically uploads an artifact from the './_site' directory by default
40-
uses: actions/upload-pages-artifact@v3.0.1
40+
uses: actions/upload-pages-artifact@v4.0.0
4141
# Deployment job
4242
deploy:
4343
environment:

0 commit comments

Comments
 (0)