Skip to content

Commit

Permalink
Pin upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
lundberg committed Jan 9, 2024
1 parent ab3c04e commit ce2f11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
ENV_PREFIX=$(tr -C -d "0-9" <<< "${{ matrix.python-version }}")
TOXENV=$(tox --listenvs | grep "^py$ENV_PREFIX" | tr '\n' ',') python -m tox
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@v3
with:
name: coverage-files
path: ./.coverage.*
Expand Down

0 comments on commit ce2f11e

Please sign in to comment.