Skip to content

Commit 65d6f73

Browse files
authored
chore: Raise core version to 0.1.4 (#1616)
* chore: Raise core version to 0.1.4 * chore: Bump uploard-artifact to v4
1 parent 3aef22a commit 65d6f73

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/save-pr-data-to-file.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: echo ${{ github.event.pull_request.node_id }} > PR_NODE_ID.txt && echo ${{ github.event.action }} > EVENT_ACTION.txt
1919
- name: Archive PR node_id and event_action
2020
if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target'
21-
uses: actions/upload-artifact@v3
21+
uses: actions/upload-artifact@v4
2222
with:
2323
name: PR_DATA
2424
path: |
@@ -29,7 +29,7 @@ jobs:
2929
run: echo ${{ github.event.pull_request.node_id }} > PR_NODE_ID.txt && echo ${{ github.event.review.state }} > REVIEW_STATE.txt
3030
- name: Archive PR and review_state
3131
if: github.event_name == 'pull_request_review'
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: REVIEW_DATA
3535
path: |

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/openscd": "0.36.0",
3-
"packages/core": "0.1.3",
2+
"packages/openscd": "0.37.0",
3+
"packages/core": "0.1.4",
44
".": "0.37.0"
55
}

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openscd/core",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "The core editor component of open-scd, without any extensions pre-installed.",
55
"author": "Open-SCD",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)