Skip to content

Commit 245c6ae

Browse files
ci: Update to upload-artifact@v7 and download-artifact@v8
1 parent af11e87 commit 245c6ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/export.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
godot_version: "4.6"
2828

2929
- name: Upload web artifact
30-
uses: actions/upload-artifact@v6
30+
uses: actions/upload-artifact@v7
3131
with:
3232
name: web
3333
path: build/web
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Download web bundle
42-
uses: actions/download-artifact@v7
42+
uses: actions/download-artifact@v8
4343
with:
4444
name: web
4545
path: web

0 commit comments

Comments
 (0)