File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9292 digest="${{ steps.build.outputs.digest }}"
9393 touch "${{ runner.temp }}/digests/${digest#sha256:}"
9494 - name : Upload digest
95- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
95+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9696 with :
9797 name : digest-${{ matrix.arch.platform }}
9898 path : ${{ runner.temp }}/digests/*
Original file line number Diff line number Diff line change 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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
54+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
65+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6666 name : Binaries
6767 with :
6868 name : node-tgzs
6969 path : tgz/
70- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
70+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
112+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
113113 if : ${{ !cancelled() }}
114114 name : TestLogs
115115 with :
You can’t perform that action at this time.
0 commit comments