summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/check.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index d5179087..25d994b0 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -92,7 +92,7 @@ jobs:
if: failure() || cancelled()
run: mv _build/meson-logs/* test-logs/ || true
- name: Upload test logs
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3
if: failure() || cancelled()
with:
name: test logs
@@ -158,7 +158,7 @@ jobs:
if: failure() || cancelled()
run: mv _build/tests/*.log test-logs/ || true
- name: Upload test logs
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3
if: failure() || cancelled()
with:
name: test logs
@@ -258,7 +258,7 @@ jobs:
if: failure() || cancelled()
run: mv _build/tests/*.log test-logs/ || true
- name: Upload test logs
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3
if: failure() || cancelled()
with:
name: test logs