diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 0e503fa..86dd5c4 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -51,7 +51,7 @@ jobs: id: diff # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist diff --git a/README.md b/README.md index e65846a..40c8cf3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ See: https://conventionalcommits.org/ ```yaml -- uses: taskmedia/action-conventional-commits@v1.1.22 +- uses: taskmedia/action-conventional-commits@v1.1.23 with: # token to access GitHub API to receive PR commits # Default: ${{ github.token }}