Skip to content

Commit d5fed79

Browse files
authored
Merge pull request #65 from onixbyte/dependabot/github_actions/actions/upload-pages-artifact-4
chore: bump actions/upload-pages-artifact from 3 to 4
2 parents fe4c465 + 7d4ec14 commit d5fed79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/configure-pages@v5
6363

6464
- name: Upload artifact
65-
uses: actions/upload-pages-artifact@v3
65+
uses: actions/upload-pages-artifact@v4
6666
with:
6767
path: './dist'
6868

0 commit comments

Comments
 (0)