Skip to content

Commit b349863

Browse files
authored
[Dependabot]: Bump actions/upload-pages-artifact from 4 to 5
2 parents bffcbaa + a6004f4 commit b349863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/PublishToGitHubPages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: 📑 Upload static files as artifact
101101
if: github.event_name != 'pull_request'
102-
uses: actions/upload-pages-artifact@v4
102+
uses: actions/upload-pages-artifact@v5
103103
with:
104104
name: ${{ inputs.pages }}
105105
path: public/

0 commit comments

Comments
 (0)