Skip to content

Commit 1b9c464

Browse files
Update actions/upload-pages-artifact action to v4
1 parent ea6a7f6 commit 1b9c464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build site
4141
run: bundle exec rake build
4242
- name: Upload artifact
43-
uses: actions/upload-pages-artifact@v3
43+
uses: actions/upload-pages-artifact@v4
4444
with:
4545
path: 'build/'
4646
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)