use upload-artifact v4 #53
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# don't copy this, this is for self-testing only | |
# see the README for how to use this action | |
on: | |
pull_request: | |
push: | |
branches: [main, test-me-*] | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-python@v4 | |
with: | |
python-version: 3.x | |
- uses: pre-commit/[email protected] | |
# don't copy this, this is for self-testing only | |
# see the README for how to use this action | |
- uses: ./. | |
name: Run pre-commit-ci/[email protected] | |
if: always() |