From 37ae1f22f9207fcf3a7cf3e5bafe143566b90142 Mon Sep 17 00:00:00 2001 From: Borales Date: Sat, 26 Nov 2022 22:02:20 +0100 Subject: [PATCH] Bumping actions/upload-artifact ver --- .github/workflows/check-dist.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index a8dda38..3b163b0 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -7,10 +7,10 @@ on: - master - migration # temp paths-ignore: - - "**.md" + - '**.md' pull_request: paths-ignore: - - "**.md" + - '**.md' jobs: check-dist: @@ -41,7 +41,7 @@ jobs: id: diff # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist