diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c8cd3508..b37c0edd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -92,7 +92,7 @@ jobs: digest="${{ steps.build.outputs.digest }}" touch "${{ runner.temp }}/digests/${digest#sha256:}" - name: Upload digest - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: digest-${{ matrix.arch.platform }} path: ${{ runner.temp }}/digests/* diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 705571ff..71fd910d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -51,7 +51,7 @@ jobs: - name: Pre-process Artifacts run: | 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 - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 name: Upload test results if: ${{ !cancelled() }} with: @@ -62,12 +62,12 @@ jobs: set -xev node common/scripts/install-run-rush.js publish --include-all --pack --release-folder tgz --publish docker image save hyperledger/fabric-nodeenv | gzip > fabric-nodeenv.tar.gz - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 name: Binaries with: name: node-tgzs path: tgz/ - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 name: Docker with: name: nodeenv-docker-image @@ -109,7 +109,7 @@ jobs: node common/scripts/install-run-rush.js test:fv --verbose node common/scripts/install-run-rush.js test:e2e --verbose - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 if: ${{ !cancelled() }} name: TestLogs with: