Skip to content

Commit cd4f359

Browse files
author
Vincent Moens
committed
[CI] Upgrade GHA versions
ghstack-source-id: 1876f1f Pull Request resolved: #2740
1 parent 3ac6127 commit cd4f359

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
echo "Action triggered by ${{ github.event.pull_request.html_url }}"
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 50 # this is to make sure we obtain the target base commit
3535
- name: Python Setup
@@ -84,7 +84,7 @@ jobs:
8484
- name: Check ldd --version
8585
run: ldd --version
8686
- name: Checkout
87-
uses: actions/checkout@v3
87+
uses: actions/checkout@v4
8888
with:
8989
fetch-depth: 50 # this is to make sure we obtain the target base commit
9090
- name: Python Setup

.github/workflows/benchmarks_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
echo "Action triggered by ${{ github.event.pull_request.html_url }}"
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 50 # this is to make sure we obtain the target base commit
2626
- name: Python Setup
@@ -93,7 +93,7 @@ jobs:
9393
- name: Check ldd --version
9494
run: ldd --version
9595
- name: Checkout
96-
uses: actions/checkout@v3
96+
uses: actions/checkout@v4
9797
with:
9898
fetch-depth: 50 # this is to make sure we obtain the target base commit
9999
- name: Python Setup

.github/workflows/wheels-legacy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
python3 -mpip install wheel
4242
TORCHRL_BUILD_VERSION=0.6.1 python3 setup.py bdist_wheel
4343
- name: Upload wheel for the test-wheel job
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: torchrl-win-${{ matrix.python_version[0] }}.whl
4747
path: dist/torchrl-*.whl
4848
- name: Upload wheel for download
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: torchrl-batch.whl
5252
path: dist/*.whl
@@ -81,7 +81,7 @@ jobs:
8181
run: |
8282
python3 -mpip install numpy pytest pytest-cov codecov unittest-xml-reporting pillow>=4.1.1 scipy av networkx expecttest pyyaml
8383
- name: Download built wheels
84-
uses: actions/download-artifact@v3
84+
uses: actions/download-artifact@v4
8585
with:
8686
name: torchrl-win-${{ matrix.python_version }}.whl
8787
path: wheels

0 commit comments

Comments
 (0)