Skip to content

Commit

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

Bump actions/upload-pages-artifact from 1 to 2
  • Loading branch information
Senexis committed Oct 28, 2023
2 parents 4dc3f80 + c0a4996 commit a6cca45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run post-build scripts
run: npm run build:post
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: build
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit a6cca45

Please sign in to comment.