Skip to content

Commit 4735d8d

Browse files
committed
Updated version of download action in gh workflows.
1 parent 49c457e commit 4735d8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/datachannel_echo-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
python-version: "3.x"
6565
- name: Download results
66-
uses: actions/download-artifact@v2
66+
uses: actions/download-artifact@v4
6767
with:
6868
name: results
6969
- name: Collate result files

.github/workflows/peerconnection-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
python-version: "3.x"
8585
- name: Download results
86-
uses: actions/download-artifact@v2
86+
uses: actions/download-artifact@v4
8787
with:
8888
name: results
8989
- name: Collate result files

0 commit comments

Comments
 (0)