diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 6294c71..9b19a07 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -55,7 +55,7 @@ jobs: # If inners of the dist directory were different than expected, upload the expected version as an artifact - name: Upload artifact if: ${{failure() && steps.diff.conclusion == 'failure'}} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: dist path: ${{inputs.dist-path}}