From 0313c54da2f9e4d4f80058780c135e91535a3b5a Mon Sep 17 00:00:00 2001 From: Szymon Cybulski Date: Wed, 24 Jun 2026 09:31:09 +0200 Subject: [PATCH 1/2] Upgrade to nodejs 24 (supported since github-runner 2.328.0) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fe0cbfe..7ce2111 100644 --- a/action.yml +++ b/action.yml @@ -52,5 +52,5 @@ outputs: paths_result: description: 'Returns information for each configured filter in paths_filter' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' From 0cca9e8cf8b45b06c4ba6bc1595af49e93596a49 Mon Sep 17 00:00:00 2001 From: fk <17876666+fkirc@users.noreply.github.com> Date: Fri, 17 Jul 2026 23:48:12 +0200 Subject: [PATCH 2/2] rm deprecated upload artifact --- .github/workflows/check-dist.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index a7df2df..93baf87 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -43,10 +43,3 @@ jobs: fi id: diff - # If index.js was different than expected, upload the expected version as an artifact - - name: Upload build artifact - uses: actions/upload-artifact@v3 - if: ${{ failure() && steps.diff.conclusion == 'failure' }} - with: - name: dist - path: dist/