mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
update github actions
This commit is contained in:
parent
a3fa946300
commit
aba36f7c92
8
.github/workflows/all-ci.yml
vendored
8
.github/workflows/all-ci.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: build and install recent 64tass
|
||||
run: |
|
||||
@ -21,7 +21,7 @@ jobs:
|
||||
sudo make install
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v3
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 11
|
||||
distribution: adopt
|
||||
@ -30,7 +30,7 @@ jobs:
|
||||
run: ./gradlew build shadowJar --no-daemon
|
||||
|
||||
- name: Create compiler shadowJar artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: prog8-compiler-jar-zipped
|
||||
path: compiler/build/libs/*-all.jar
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
with:
|
||||
hash-type: sha256
|
||||
file-name: hashes.txt
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: "github.event_name == 'release'"
|
||||
with:
|
||||
name: Artifact Hashes
|
||||
|
Loading…
Reference in New Issue
Block a user