Skip to content

Commit 6e38944

Browse files
authored
Merge pull request #142 from bavix/dependabot/github_actions/actions/upload-pages-artifact-3
Bump actions/upload-pages-artifact from 2 to 3
2 parents 773b5f7 + db4e297 commit 6e38944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v5
3636
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v2
37+
uses: actions/upload-pages-artifact@v3
3838
with:
3939
# Upload entire repository
4040
path: './public'

0 commit comments

Comments
 (0)