We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6661e4c commit bcb41e1Copy full SHA for bcb41e1
.github/workflows/compile_on_commit.yml
@@ -51,7 +51,7 @@ jobs:
51
- run: java -cp java make/hexToLsh.java
52
53
- name: 'Upload Artifact'
54
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
55
with:
56
path: ${{ github.workspace }}/output
57
name: EBiCS_build_${{ github.run_number }}
0 commit comments