Skip to content

Commit 958b6b3

Browse files
authored
Merge pull request #16 from NickColley/dependabot/github_actions/actions/upload-pages-artifact-5
Bump actions/upload-pages-artifact from 1 to 5
2 parents ce5113d + 38b15d4 commit 958b6b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Pages
3939
uses: actions/configure-pages@v6
4040
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v1
41+
uses: actions/upload-pages-artifact@v5
4242
with:
4343
path: "_site"
4444
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)