From 9fbc70ad07487286a620744b21c28a361b229482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:34:53 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 (#230) --- .github/workflows/release.yaml | 2 +- .github/workflows/validations.yaml | 2 +- README.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a014834..f82e4fe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -100,7 +100,7 @@ jobs: with: artifact-name: sbom.spdx.json - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 #v3.1.3 + - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 #v4.0.0 with: name: artifacts path: dist/**/* diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index 07036f6..9adec28 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -43,7 +43,7 @@ jobs: - name: Run unit tests run: make unit - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 #v3.1.3 + - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 #v4.0.0 with: name: unit-test-results path: test/results/**/* diff --git a/README.md b/README.md index e653009..7c6045c 100644 --- a/README.md +++ b/README.md @@ -163,3 +163,4 @@ upwards of 20 minutes. Unlike docker, which inherently needs to run on a linux host (docker on a mac is a VM), there is nothing inherently mac-specific about signing a binary. This tool enables already cross-platform toolchains to run the signing step on any platform. +