Skip to content

Commit ab67922

Browse files
chore: update GitHub Actions-asset to use v1 and dependency update
1 parent f79055f commit ab67922

File tree

3 files changed

+16
-54
lines changed

3 files changed

+16
-54
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
tag_prefix: "v"
2929
- name: Create Release
3030
if: steps.update_tag.outputs.tagname
31-
uses: actions/create-release@v4
31+
uses: actions/create-release@v1
3232
id: create_release
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload Release Asset
4141
if: steps.update_tag.outputs.tagname
4242
id: upload-release-asset
43-
uses: actions/upload-release-asset@v4
43+
uses: actions/upload-release-asset@v1
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
with:

package-lock.json

Lines changed: 13 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"clean": "rimraf .ledger .token .checkpoint unprocessible/"
1010
},
1111
"dependencies": {
12-
"@contentstack/datasync-asset-store-filesystem": "~2.0.1",
12+
"@contentstack/datasync-asset-store-filesystem": "~2.1.0",
1313
"@contentstack/datasync-content-store-filesystem": "~2.1.0",
1414
"@contentstack/datasync-content-store-mongodb": "~1.0.8",
1515
"@contentstack/datasync-manager": "~2.0.7",

0 commit comments

Comments
 (0)