Skip to content

Commit 2c1e198

Browse files
authored
Merge pull request #9 from chornns/fix-ci
Fix ci
2 parents df51ad4 + eb5641b commit 2c1e198

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
138138
- name: Download Release Artifacts
139139
if: ${{ steps.check-tag.outputs.release == 'true' }}
140-
uses: actions/download-artifact@v3
140+
uses: actions/download-artifact@v4
141141
with:
142142
path: artifacts
143143

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nowsecure/platform-cli",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "NowSecure command line tool to interact with NowSecure Platform",
55
"author": "NowSecure",
66
"bin": {

github-snapshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nowsecure/github-snapshot",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"license": "MIT",

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nowsecure/platform-lib",
33
"description": "A library to interact with NowSecure Platform",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
77
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nowsecure/platform-lib-monorepo",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"license": "MIT",
55
"author": "NowSecure",
66
"scripts": {

sarif/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nowsecure/sarif",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)