Skip to content

Commit 7c02a44

Browse files
authored
Tools - Fix upload-artifact is deprecated (#796)
1 parent f5037e8 commit 7c02a44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/arma.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
- name: Rename build folder
4747
run: mv .hemttout/build .hemttout/@zen
4848
- name: Upload Artifact
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: zen-${{ github.sha }}-nobin
5252
path: .hemttout/@*
53+
include-hidden-files: true # Because .hemttout is a hidden directory
54+
if-no-files-found: error

0 commit comments

Comments
 (0)