Skip to content

Commit c325a46

Browse files
committed
fixup!!! CI: add a GHA for doing a basic build test
This updates a GitHub Action's version to stay up to date. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent fe5797d commit c325a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
make DESTDIR="$(pwd)"/_dest install
3434
3535
- name: Upload
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: install
3939
path: _dest/

0 commit comments

Comments
 (0)