Skip to content

Commit 33a8e91

Browse files
Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#506)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4fe0fd2 commit 33a8e91

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
digest="${{ steps.build.outputs.digest }}"
9393
touch "${{ runner.temp }}/digests/${digest#sha256:}"
9494
- name: Upload digest
95-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
95+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9696
with:
9797
name: digest-${{ matrix.arch.platform }}
9898
path: ${{ runner.temp }}/digests/*

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Pre-process Artifacts
5252
run: |
5353
npx cobertura-merge -o merged_coverage.xml shim=./libraries/fabric-shim/coverage/cobertura-coverage.xml contractapi=./apis/fabric-contract-api/coverage/cobertura-coverage.xml -p
54-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
54+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5555
name: Upload test results
5656
if: ${{ !cancelled() }}
5757
with:
@@ -62,12 +62,12 @@ jobs:
6262
set -xev
6363
node common/scripts/install-run-rush.js publish --include-all --pack --release-folder tgz --publish
6464
docker image save hyperledger/fabric-nodeenv | gzip > fabric-nodeenv.tar.gz
65-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
65+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6666
name: Binaries
6767
with:
6868
name: node-tgzs
6969
path: tgz/
70-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
70+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7171
name: Docker
7272
with:
7373
name: nodeenv-docker-image
@@ -109,7 +109,7 @@ jobs:
109109
110110
node common/scripts/install-run-rush.js test:fv --verbose
111111
node common/scripts/install-run-rush.js test:e2e --verbose
112-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
112+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
113113
if: ${{ !cancelled() }}
114114
name: TestLogs
115115
with:

0 commit comments

Comments
 (0)