Skip to content

Commit 6aa5c3b

Browse files
authored
Merge pull request #22 from endlessm/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents ebd5c9c + 6206298 commit 6aa5c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/export.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
./godot --headless --verbose --path ../ --export-release "Web" ./build/web/index.html
6767
6868
- name: Upload web artifact
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v5
7070
with:
7171
name: web
7272
path: build/web

0 commit comments

Comments
 (0)