|
@@ -11,7 +11,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout repository
|
|
|
- uses: actions/checkout@v2
|
|
|
+ uses: actions/checkout@v4
|
|
|
|
|
|
- name: Check for changes in package.json
|
|
|
run: |
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
echo "::set-output name=content::$CHANGELOG_ESCAPED"
|
|
|
|
|
|
- name: Create GitHub release
|
|
|
- uses: actions/github-script@v5
|
|
|
+ uses: actions/github-script@v7
|
|
|
with:
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
script: |
|
|
@@ -51,7 +51,7 @@ jobs:
|
|
|
console.log(`Created release ${release.data.html_url}`)
|
|
|
|
|
|
- name: Upload package to GitHub release
|
|
|
- uses: actions/upload-artifact@v3
|
|
|
+ uses: actions/upload-artifact@v4
|
|
|
with:
|
|
|
name: package
|
|
|
path: .
|