mirror of
https://git.shylie.info/shylie/glerminal.git
synced 2024-11-21 16:40:04 +00:00
Use v3 artifact
This commit is contained in:
parent
526924d02a
commit
fc4c150965
@ -28,12 +28,12 @@ jobs:
|
|||||||
- name: Generate PNG file for previous
|
- name: Generate PNG file for previous
|
||||||
run: cd prev/build/tests && XDG_RUNTIME_DIR=$PWD xvfb-run -a ./test-basic
|
run: cd prev/build/tests && XDG_RUNTIME_DIR=$PWD xvfb-run -a ./test-basic
|
||||||
- name: Upload current PNG
|
- name: Upload current PNG
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: current-basic
|
name: current-basic
|
||||||
path: curr/build/tests/image.png
|
path: curr/build/tests/image.png
|
||||||
- name: Upload previous PNG
|
- name: Upload previous PNG
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: previous-basic
|
name: previous-basic
|
||||||
path: prev/build/tests/image.png
|
path: prev/build/tests/image.png
|
||||||
|
Loading…
Reference in New Issue
Block a user