Try older action version
All checks were successful
Build ptprnt / build (push) Successful in 1m28s

This commit is contained in:
2024-05-01 11:13:49 +02:00
parent 6ec53d750f
commit 92df902fb9

View File

@@ -46,14 +46,14 @@ jobs:
run: cat ./builddir/meson-logs/coverage.txt
# we need to upload each artifact on its own as gitea currently only supports one artifact per action
- name: upload dist package
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ptprnt
path: ./builddir/meson-dist/*.xz
if-no-files-found: error
# we need to upload each artifact on its own as gitea currently only supports one artifact per action
- name: upload dist package checksum
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ptprnt
path: ./builddir/meson-dist/*.sha256sum