summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK.B.Dharun Krishna <kbdharunkrishna@gmail.com>2023-04-07 18:16:56 +0530
committerPatrick <tingping@tingping.se>2023-04-08 21:22:09 -0500
commita98854b1a0c68ffdc21374b5a75583805aad3d5b (patch)
treefb576c2baadcccc04895ef49228dca420c2b5492
parentcb655ab336bced50a0ef1d14b935a7d5b6f1823b (diff)
downloadflatpak-a98854b1a0c68ffdc21374b5a75583805aad3d5b.tar.gz
check.yml: bump actions/upload-artifacts to v3
-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