From 08dbd1f536c725c4aaa4d8c684af7733c7abe610 Mon Sep 17 00:00:00 2001 From: Mark Gatheman Date: Wed, 13 Dec 2023 22:59:40 -0600 Subject: [PATCH] update actions to v3 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3823cdb..5cf3e71 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,9 +11,9 @@ jobs: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -46,7 +46,7 @@ jobs: twine check dist/* - name: Upload packages if: "matrix.python-version == '3.8'" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: flowlogs-reader-packages path: dist/*