From bd0f73ae9aafbcd32513bada58f6536e8ea1d44f Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Tue, 5 Sep 2023 01:15:02 +0900 Subject: [PATCH] ci: update action --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ee143d0..878934d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -3,7 +3,7 @@ on: [push] jobs: build-sdist: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 @@ -14,7 +14,7 @@ jobs: run: | pip install -r requirements.txt python -m build -s - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: sdist path: dist