Use newer versions of checkout and upload-artifact
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
image: ghcr.io/nicoverbruggen/fntbld-oci:latest
|
image: ghcr.io/nicoverbruggen/fntbld-oci:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Build fonts
|
- name: Build fonts
|
||||||
run: python3 build.py
|
run: python3 build.py
|
||||||
@@ -27,13 +27,13 @@ jobs:
|
|||||||
mv out/ttf/KF_*.ttf out/kf/
|
mv out/ttf/KF_*.ttf out/kf/
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: Readerly
|
name: Readerly
|
||||||
path: out/ttf/*.ttf
|
path: out/ttf/*.ttf
|
||||||
|
|
||||||
- name: Upload Kobo artifact
|
- name: Upload Kobo artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: KF_Readerly
|
name: KF_Readerly
|
||||||
path: out/kf/*.ttf
|
path: out/kf/*.ttf
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload release zips
|
- name: Upload release zips
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: Readerly-release
|
name: Readerly-release
|
||||||
path: |
|
path: |
|
||||||
@@ -61,7 +61,7 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: Readerly-release
|
name: Readerly-release
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user