From 746c437c4b33503118497c116eb8095eaad14ad1 Mon Sep 17 00:00:00 2001 From: Cameron Horn Date: Tue, 3 Sep 2024 11:36:40 -0400 Subject: [PATCH 1/2] download/upload version matching --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 905580a..37ade44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -137,7 +137,7 @@ jobs: - name: Download Release Artifacts if: ${{ steps.check-tag.outputs.release == 'true' }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts From eb5641bc3e1642ac80627a277b46ff6e02a6268b Mon Sep 17 00:00:00 2001 From: Cameron Horn Date: Tue, 3 Sep 2024 11:38:22 -0400 Subject: [PATCH 2/2] v1.2.1 --- cli/package.json | 2 +- github-snapshot/package.json | 2 +- lib/package.json | 2 +- package.json | 2 +- sarif/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/package.json b/cli/package.json index d53c9fd..4bb0001 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nowsecure/platform-cli", - "version": "1.2.0", + "version": "1.2.1", "description": "NowSecure command line tool to interact with NowSecure Platform", "author": "NowSecure", "bin": { diff --git a/github-snapshot/package.json b/github-snapshot/package.json index f43e90c..03fa3e4 100644 --- a/github-snapshot/package.json +++ b/github-snapshot/package.json @@ -1,6 +1,6 @@ { "name": "@nowsecure/github-snapshot", - "version": "1.2.0", + "version": "1.2.1", "main": "./lib/index.js", "types": "./lib/index.d.ts", "license": "MIT", diff --git a/lib/package.json b/lib/package.json index 750295a..cc56472 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,7 +1,7 @@ { "name": "@nowsecure/platform-lib", "description": "A library to interact with NowSecure Platform", - "version": "1.2.0", + "version": "1.2.1", "main": "./lib/index.js", "types": "./lib/index.d.ts", "license": "MIT", diff --git a/package.json b/package.json index d1cd868..778612b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nowsecure/platform-lib-monorepo", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "author": "NowSecure", "scripts": { diff --git a/sarif/package.json b/sarif/package.json index 582706b..5126498 100644 --- a/sarif/package.json +++ b/sarif/package.json @@ -1,6 +1,6 @@ { "name": "@nowsecure/sarif", - "version": "1.2.0", + "version": "1.2.1", "main": "./lib/index.js", "types": "./lib/index.d.ts", "license": "MIT",