From 7ad8620ee3efde34cbf19ec66546a920fe7bdebd Mon Sep 17 00:00:00 2001 From: Tony-Y <11532812+Tony-Y@users.noreply.github.com> Date: Thu, 25 Apr 2024 07:32:20 +0000 Subject: [PATCH] Update GitHub Actions --- .github/workflows/example-plots.yml | 6 +++--- .github/workflows/pythonpackage.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/example-plots.yml b/.github/workflows/example-plots.yml index 288ae52..6700ae5 100644 --- a/.github/workflows/example-plots.yml +++ b/.github/workflows/example-plots.yml @@ -13,9 +13,9 @@ jobs: os: [macos-latest, windows-latest, ubuntu-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -36,7 +36,7 @@ jobs: run: | cd artifact python ../examples/plots/warmup_schedule.py --output png - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: artifact_${{ matrix.os }}_${{ matrix.python-version }} path: artifact diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 0c72159..380f4f7 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -13,9 +13,9 @@ jobs: os: [macos-latest, windows-latest, ubuntu-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies