Skip to content

Commit 80b4c36

Browse files
committed
Upgrade to upload-artifact@v4
1 parent 854eb4f commit 80b4c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
docker pull fluidity/actions:${{ matrix.release }}-${{ github.sha }}
109109
docker run -v $PWD:/host fluidity/actions:${{ matrix.release }}-${{ github.sha }} /bin/bash -c "${{ matrix.command }} && cp -v tests/${{ matrix.output }} /host/${{ matrix.release }}-${{ matrix.output}}"
110110
111-
- uses: actions/upload-artifact@v3
111+
- uses: actions/upload-artifact@v4
112112
with:
113113
path: ${{ matrix.release }}-${{ matrix.output }}
114114
name: tests_xml_outputs
@@ -241,7 +241,7 @@ jobs:
241241
docker pull fluidity/actions:jammy-${{ github.sha }}
242242
docker run -v $PWD:/host fluidity/actions:jammy-${{ github.sha }} /bin/bash -c "git clone https://github.com/fluidityproject/longtests && bin/testharness -x test_results_${{ matrix.name }}.xml -f ${{ matrix.name }}.xml && cp -v test_results_${{ matrix.name }}.xml /host"
243243
244-
- uses: actions/upload-artifact@v3
244+
- uses: actions/upload-artifact@v4
245245
with:
246246
path: test_results_${{ matrix.name }}.xml
247247
name: tests_xml_outputs

0 commit comments

Comments
 (0)