Skip to content

Commit da6b5ca

Browse files
Bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33ecb67 commit da6b5ca

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test-network-k8s.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
CHAINCODE_LANGUAGE: java
3131
- name: Upload failure logs
3232
if: ${{ failure() && steps.run-test.conclusion == 'failure' }}
33-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
33+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3434
with:
3535
name: ${{ github.job }}-logs
3636
path: test-network-k8s/network-debug.log
@@ -49,7 +49,7 @@ jobs:
4949
CHAINCODE_LANGUAGE: external
5050
- name: Upload failure logs
5151
if: ${{ failure() && steps.run-test.conclusion == 'failure' }}
52-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
52+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5353
with:
5454
name: ${{ github.job }}-logs
5555
path: test-network-k8s/network-debug.log
@@ -69,7 +69,7 @@ jobs:
6969
CHAINCODE_BUILDER: k8s
7070
- name: Upload failure logs
7171
if: ${{ failure() && steps.run-test.conclusion == 'failure' }}
72-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
72+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7373
with:
7474
name: ${{ github.job }}-logs
7575
path: test-network-k8s/network-debug.log
@@ -92,7 +92,7 @@ jobs:
9292
CHAINCODE_BUILDER: k8s
9393
- name: Upload failure logs
9494
if: ${{ failure() && steps.run-test.conclusion == 'failure' }}
95-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
95+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9696
with:
9797
name: ${{ github.job }}-logs
9898
path: test-network-k8s/network-debug.log
@@ -118,7 +118,7 @@ jobs:
118118
ORDERER_TYPE: bft
119119
- name: Upload failure logs
120120
if: ${{ failure() && steps.run-test.conclusion == 'failure' }}
121-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
121+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
122122
with:
123123
name: ${{ github.job }}-logs
124124
path: test-network-k8s/network-debug.log

0 commit comments

Comments
 (0)