diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 9b19a07..0e09312 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@v5 + uses: actions/upload-artifact@v7 with: name: dist path: ${{inputs.dist-path}}