From 466d24734d6d8bd67b2590de0e69a10e5534c1c7 Mon Sep 17 00:00:00 2001 From: Mat Sutcliffe Date: Tue, 16 Jun 2020 23:14:04 +0100 Subject: [PATCH] [CI] Fork the delete-artifact action, to suppress the "not found" warning --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c3b81082..f729edc60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,10 +37,11 @@ jobs: --suppressions-list=cppcheck.supp --library=qt.cfg --library=posix.cfg . | tee error.log ls -l error.log - name: Remove artifacts - uses: geekyeggo/delete-artifact@v1 + uses: swift-project/delete-artifact@swift with: name: xswiftbus-thin-allos-${{ steps.version.outputs.value }} failOnError: false + warnIfNotFound: false buildLinux: runs-on: ubuntu-16.04 @@ -305,7 +306,7 @@ jobs: name: xswiftbus-fat-allos-${{ needs.preBuild.outputs.version }} path: xswiftbus-fat-allos-* - name: Remove xswiftbus-thin - uses: geekyeggo/delete-artifact@v1 + uses: swift-project/delete-artifact@swift with: name: xswiftbus-thin-allos-${{ needs.preBuild.outputs.version }}