diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index efc3e4a7b..7b0477302 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -45,7 +45,7 @@ jobs: run: twine check dist/* - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: path: dist/* name: dist @@ -75,7 +75,7 @@ jobs: python-version: ${{ matrix.python }} - name: Download Python packages - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: dist name: dist @@ -136,7 +136,7 @@ jobs: steps: - name: Download Python packages - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: dist name: dist diff --git a/.github/workflows/gpu_benchmark.yml b/.github/workflows/gpu_benchmark.yml index 477fb46c0..a6529fc75 100644 --- a/.github/workflows/gpu_benchmark.yml +++ b/.github/workflows/gpu_benchmark.yml @@ -46,7 +46,7 @@ jobs: - name: Get benchmark results from main branch id: cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: ./cache key: ${{ runner.os }}-benchmark @@ -104,7 +104,7 @@ jobs: auto-push: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} - name: Update Benchmark Results cache - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 if: ${{ github.ref_name == 'main' }} with: path: ./cache diff --git a/.github/workflows/pixi.yml b/.github/workflows/pixi.yml index a87d7064d..97ccde0e1 100644 --- a/.github/workflows/pixi.yml +++ b/.github/workflows/pixi.yml @@ -44,7 +44,7 @@ jobs: run: echo "BRANCH_NAME=update-pixi-$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV - name: Create pull request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update `pixi.lock`