Skip to content

Commit 50defca

Browse files
committed
Somehow missed another uplaod-artifact obsolete version.
1 parent 14ae835 commit 50defca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/peerconnection-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
#ports:
5151
# - 8080:8080
5252
options: "--name echo-server"
53+
options: "--name echo-server"
5354

5455
steps:
5556
- name: Peer connection test for server ${{ matrix.server }} and ${{ matrix.client }} client
@@ -65,7 +66,7 @@ jobs:
6566
echo "Result for ${{ matrix.server }} server and ${{ matrix.client }} client, outcome ${{ steps.check_connection.outcome }}, result ${{ steps.check_connection.outputs.TEST_RESULT }}."
6667
echo "${{ matrix.server }},${{ matrix.client }},${{ steps.check_connection.outputs.TEST_RESULT }}" >> ${{ matrix.server }}_${{ matrix.client }}_result.csv
6768
- name: Upload result
68-
uses: actions/upload-artifact@v2
69+
uses: actions/upload-artifact@v4
6970
with:
7071
overwrite: true
7172
name: results

0 commit comments

Comments
 (0)