File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
doc-site/.github/workflows Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6060 run : docker save --output firefly.tar.gz hyperledger/firefly
6161
6262 - name : Upload Docker image
63- uses : actions/upload-artifact@v3
63+ uses : actions/upload-artifact@v4
6464 with :
6565 name : firefly-docker
6666 path : firefly.tar.gz
@@ -146,7 +146,7 @@ jobs:
146146 go-version : 1.22
147147
148148 - name : Download Docker image
149- uses : actions/download-artifact@v3
149+ uses : actions/download-artifact@v4
150150 with :
151151 name : firefly-docker
152152
@@ -165,7 +165,7 @@ jobs:
165165 run : ./test/e2e/run.sh
166166
167167 - name : Archive container logs
168- uses : actions/upload-artifact@v3
168+ uses : actions/upload-artifact@v4
169169 if : always()
170170 with :
171171 name : container-logs-${{ matrix.test-suite }}-${{ matrix.blockchain-provider }}-${{ matrix.blockchain-connector }}-${{ matrix.database-type }}-${{ matrix.token-provider }}
Original file line number Diff line number Diff line change 7575 run : ./test/e2e/run.sh
7676
7777 - name : Archive container logs
78- uses : actions/upload-artifact@v3
78+ uses : actions/upload-artifact@v4
7979 if : always()
8080 with :
8181 name : container-logs-${{ matrix.test-suite }}-${{ matrix.blockchain-node }}-${{ matrix.database-type }}
@@ -111,7 +111,7 @@ jobs:
111111 run : ./test/e2e/run.sh
112112
113113 - name : Archive container logs
114- uses : actions/upload-artifact@v3
114+ uses : actions/upload-artifact@v4
115115 if : always()
116116 with :
117117 name : container-logs-TestEthereumV1MigrationE2ESuite-geth-postgres
Original file line number Diff line number Diff line change 2323 - uses : actions/setup-python@v4
2424 with :
2525 python-version : 3.x
26- - uses : actions/cache@v2
26+ - uses : actions/cache@v4
2727 with :
2828 key : ${{ github.ref }}
2929 path : .cache
You can’t perform that action at this time.
0 commit comments