Skip to content

Commit

Permalink
update autobuild to use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsiomb committed Dec 13, 2024
1 parent deaa1c4 commit 8ddd374
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_gnulinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: make

- name: save lib
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dtx-build
path: |
Expand All @@ -47,7 +47,7 @@ jobs:
run: make

- name: save lib
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dtx-noft-build
path: |
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
make
- name: save font2glyphmap
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: font2glyphmap
path: |
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
make
- name: save simple example
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: example-simple
path: |
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
make
- name: save nofreetype example
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: example-noft
path: |
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
cp serif_s24.glyphmap libdrawtext-gnulinux64/examples/nofreetype
- name: archive
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: libdrawtext-gnulinux64
path: libdrawtext-gnulinux64
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build_macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: make

- name: save lib
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dtx-build
path: |
Expand All @@ -41,7 +41,7 @@ jobs:
run: make

- name: save lib
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dtx-noft-build
path: |
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
make
- name: save font2glyphmap
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: font2glyphmap
path: |
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
make
- name: save simple example
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: example-simple
path: |
Expand All @@ -128,7 +128,7 @@ jobs:
make
- name: save nofreetype example
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: example-noft
path: |
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
cp serif_s24.glyphmap libdrawtext-macosx/examples/nofreetype
- name: archive
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: libdrawtext-macosx
path: libdrawtext-macosx
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build_win_mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: mingw32-make

- name: save lib
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dtx-build
path: |
Expand All @@ -51,7 +51,7 @@ jobs:
run: mingw32-make

- name: save lib
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dtx-noft-build
path: |
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
mingw32-make
- name: save font2glyphmap
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: font2glyphmap
path: |
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
mingw32-make
- name: save simple example
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: example-simple
path: |
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
mingw32-make
- name: save nofreetype example
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: example-noft
path: |
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
cp serif_s24.glyphmap libdrawtext-mingw32/examples/nofreetype
- name: archive
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: libdrawtext-mingw32
path: libdrawtext-mingw32
Expand Down

0 comments on commit 8ddd374

Please sign in to comment.