From db482010d42ad9f41645509fce5bc2c96c4192c8 Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Mon, 3 Feb 2025 09:47:40 +0000 Subject: [PATCH] Update [ghstack-poisoned] --- .github/workflows/benchmarks.yml | 4 ++-- .github/workflows/benchmarks_pr.yml | 8 ++++---- .github/workflows/wheels-legacy.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 85e38d08910..9ff622754f5 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -29,7 +29,7 @@ jobs: run: | echo "Action triggered by ${{ github.event.pull_request.html_url }}" - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 50 # this is to make sure we obtain the target base commit - name: Python Setup @@ -84,7 +84,7 @@ jobs: - name: Check ldd --version run: ldd --version - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 50 # this is to make sure we obtain the target base commit - name: Python Setup diff --git a/.github/workflows/benchmarks_pr.yml b/.github/workflows/benchmarks_pr.yml index b301539c710..4580ff889df 100644 --- a/.github/workflows/benchmarks_pr.yml +++ b/.github/workflows/benchmarks_pr.yml @@ -20,7 +20,7 @@ jobs: run: | echo "Action triggered by ${{ github.event.pull_request.html_url }}" - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 50 # this is to make sure we obtain the target base commit - name: Python Setup @@ -55,7 +55,7 @@ jobs: git checkout ${{ github.event.pull_request.head.sha }} $RUN_BENCHMARK ${{ env.CONTENDER_JSON }} - name: Publish results - uses: apbard/pytest-benchmark-commenter@v3 + uses: apbard/pytest-benchmark-commenter@v4 with: token: ${{ secrets.GITHUB_TOKEN }} benchmark-file: ${{ env.CONTENDER_JSON }} @@ -93,7 +93,7 @@ jobs: - name: Check ldd --version run: ldd --version - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 50 # this is to make sure we obtain the target base commit - name: Python Setup @@ -148,7 +148,7 @@ jobs: git checkout ${{ github.event.pull_request.head.sha }} $RUN_BENCHMARK ${{ env.CONTENDER_JSON }} - name: Publish results - uses: apbard/pytest-benchmark-commenter@v3 + uses: apbard/pytest-benchmark-commenter@v4 env: GIT_WORK_TREE: /__w/rl/rl with: diff --git a/.github/workflows/wheels-legacy.yml b/.github/workflows/wheels-legacy.yml index 707242dc81b..d575d034484 100644 --- a/.github/workflows/wheels-legacy.yml +++ b/.github/workflows/wheels-legacy.yml @@ -41,12 +41,12 @@ jobs: python3 -mpip install wheel TORCHRL_BUILD_VERSION=0.6.1 python3 setup.py bdist_wheel - name: Upload wheel for the test-wheel job - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: torchrl-win-${{ matrix.python_version[0] }}.whl path: dist/torchrl-*.whl - name: Upload wheel for download - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: torchrl-batch.whl path: dist/*.whl @@ -81,7 +81,7 @@ jobs: run: | python3 -mpip install numpy pytest pytest-cov codecov unittest-xml-reporting pillow>=4.1.1 scipy av networkx expecttest pyyaml - name: Download built wheels - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: torchrl-win-${{ matrix.python_version }}.whl path: wheels