Skip to content

Commit aaf5464

Browse files
authored
Merge pull request #2 from wjt/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 434301d + 8d1c7d3 commit aaf5464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
godot --headless --verbose --export-release "Web" ./build/web/index.html
6565
6666
- name: Upload Artifact
67-
uses: actions/upload-pages-artifact@v3
67+
uses: actions/upload-pages-artifact@v4
6868
with:
6969
name: web
7070
path: build/web

0 commit comments

Comments
 (0)