Skip to content

Commit 5af87e2

Browse files
authored
Merge pull request #3650 from github/dependabot/github_actions/actions/upload-pages-artifact-5.0.0
chore(deps): bump actions/upload-pages-artifact from 4.0.0 to 5.0.0
2 parents de2a19f + 3a56aaf commit 5af87e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v4.0.0
47+
uses: actions/upload-pages-artifact@v5.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@v4.0.0
40+
uses: actions/upload-pages-artifact@v5.0.0
4141
# Deployment job
4242
deploy:
4343
environment:

0 commit comments

Comments
 (0)