From 68b3cb7503c78e67dae8373749990a220eb65352 Mon Sep 17 00:00:00 2001 From: guylamar2006 Date: Thu, 17 Oct 2024 02:52:18 -0500 Subject: [PATCH] Updated artifact upload action to v4 (#212) --- .github/workflows/check-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 28b27cf..4c640bc 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -38,7 +38,7 @@ jobs: fi id: diff - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist