Skip to content

Commit

Permalink
update actions to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrg29 committed Dec 14, 2023
1 parent b49e022 commit 08dbd1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/*

0 comments on commit 08dbd1f

Please sign in to comment.