Skip to content

Commit acc558a

Browse files
authored
Merge pull request #13 from taxonomicallyinformedannotation/renovate/actions-upload-pages-artifact-4.x
Update actions/upload-pages-artifact action to v4
2 parents 3cbf609 + 5f98d58 commit acc558a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Upload site artifact
5454
if: github.ref == 'refs/heads/main'
55-
uses: actions/upload-pages-artifact@v3
55+
uses: actions/upload-pages-artifact@v4
5656
with:
5757
path: "site"
5858

0 commit comments

Comments
 (0)