Skip to content

Commit 36f175c

Browse files
committed
actions: update upload-artifact
1 parent 832e4d0 commit 36f175c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
ninja -C build clang-format-check
3232
3333
- name: Upload build artifacts
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: gekkoboot
3737
path: build
38+
include-hidden-files: true

0 commit comments

Comments
 (0)