Skip to content

Commit

Permalink
Merge pull request #3184 from github/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-pages-artifact-3

build(deps): bump actions/upload-pages-artifact from 2 to 3
  • Loading branch information
ahpook committed Jan 2, 2024
2 parents e77a81a + 2bfd988 commit ff88a11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
destination: ./_site
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
destination: ./_site
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
Expand Down

0 comments on commit ff88a11

Please sign in to comment.