Skip to content

Commit

Permalink
Merge pull request #41 from RalphHightower/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/upload-pages-artifact-2.0.0

Bump actions/upload-pages-artifact from 1.0.8 to 2.0.0
  • Loading branch information
RalphHightower committed Jul 12, 2023
2 parents 306d95d + f8fa285 commit 9549416
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-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
source: ./
destination: ./_site
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1.0.9
uses: actions/upload-pages-artifact@v2.0.0

# Deployment job
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1.0.8
uses: actions/upload-pages-artifact@v2.0.0

# Deployment job
deploy:
Expand Down

0 comments on commit 9549416

Please sign in to comment.