Skip to content

Commit 747f883

Browse files
Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#473)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a750bac commit 747f883

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@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/*

.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@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:

0 commit comments

Comments
 (0)