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/ 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'