Skip to content

Commit 225608b

Browse files
Update GitHub Artifact Actions (#52)
1 parent f02438f commit 225608b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build Web
2828
run: flutter build web --release
2929
- name: Upload build artifacts
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: build
3333
path: build
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v5
4141
name: Checkout
4242
- name: Download build artifacts
43-
uses: actions/download-artifact@v5
43+
uses: actions/download-artifact@v6
4444
with:
4545
name: build
4646
path: build

0 commit comments

Comments
 (0)