Skip to content

Commit 28bd54a

Browse files
committed
Fix build
1 parent 3eb3036 commit 28bd54a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212

13-
- uses: actions/upload-artifact@v2
13+
- uses: actions/upload-artifact@v4
1414
with:
1515
name: nucleoid-datapack
1616
path: |
1717
data/
1818
pack.mcmeta
19-
retention-days: 30
19+
retention-days: 90

0 commit comments

Comments
 (0)