Skip to content

Commit

Permalink
Use new artifact upload action for GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardAngersbach committed Nov 4, 2024
1 parent 7d97f96 commit bd1aa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build compiler
run: java -version; sbt compile; sbt assembly
- name: Upload compiler artifact
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4
with:
name: Compiler.jar
path: Compiler/Compiler.jar
Expand Down

0 comments on commit bd1aa12

Please sign in to comment.