Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mjschultz committed Sep 17, 2024
1 parent 5d4fc30 commit f5d6a70
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"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
twine check dist/*
- name: Upload packages
if: "matrix.python-version == '3.8'"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: gcp-flowlogs-reader-packages
path: dist/*

0 comments on commit f5d6a70

Please sign in to comment.