Skip to content

Commit bcb41e1

Browse files
authored
switch to upload artifact v4
1 parent 6661e4c commit bcb41e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile_on_commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- run: java -cp java make/hexToLsh.java
5252

5353
- name: 'Upload Artifact'
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
path: ${{ github.workspace }}/output
5757
name: EBiCS_build_${{ github.run_number }}

0 commit comments

Comments
 (0)