mirror of
https://github.com/irmen/prog8.git
synced 2024-11-25 19:31:36 +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:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: build and install recent 64tass
|
- name: build and install recent 64tass
|
||||||
run: |
|
run: |
|
||||||
@ -21,7 +21,7 @@ jobs:
|
|||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 11
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 11
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
@ -30,7 +30,7 @@ jobs:
|
|||||||
run: ./gradlew build shadowJar --no-daemon
|
run: ./gradlew build shadowJar --no-daemon
|
||||||
|
|
||||||
- name: Create compiler shadowJar artifact
|
- name: Create compiler shadowJar artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: prog8-compiler-jar-zipped
|
name: prog8-compiler-jar-zipped
|
||||||
path: compiler/build/libs/*-all.jar
|
path: compiler/build/libs/*-all.jar
|
||||||
@ -40,7 +40,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
hash-type: sha256
|
hash-type: sha256
|
||||||
file-name: hashes.txt
|
file-name: hashes.txt
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
if: "github.event_name == 'release'"
|
if: "github.event_name == 'release'"
|
||||||
with:
|
with:
|
||||||
name: Artifact Hashes
|
name: Artifact Hashes
|
||||||
|
Loading…
Reference in New Issue
Block a user