From 6ebbc230041fe19e2d20e696d1da73a5f9061655 Mon Sep 17 00:00:00 2001 From: Will Barber Date: Sat, 6 Apr 2024 19:46:37 +0100 Subject: [PATCH] Update CI (#34) * Update CI versions * Update upload-artifact --- .github/workflows/test_build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index 6a20e28..e1518bd 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -22,11 +22,11 @@ jobs: py_version: "3.11" runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.py_version }} - name: Install dependencies @@ -50,11 +50,11 @@ jobs: runs-on: ubuntu-latest needs: test steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python 3.8 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.8" - name: Install dependencies @@ -66,7 +66,7 @@ jobs: run: | poe build - name: Save built package - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: package path: |