Skip to content

Commit 5f62d64

Browse files
authored
make GitHub happy
1 parent 8345c5c commit 5f62d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# store artifacts
4545
# make sure retention is low, this can become huge otherwise
4646
- name: Store build
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: Release
5050
path: |
@@ -82,7 +82,7 @@ jobs:
8282
# store artifacts
8383
# make sure retention is low, this can become huge otherwise
8484
- name: Store build
85-
uses: actions/upload-artifact@v3
85+
uses: actions/upload-artifact@v4
8686
with:
8787
name: Debug
8888
path: |

0 commit comments

Comments
 (0)