Skip to content

Commit

Permalink
Fix a key name change for actions/download-artifact@v4 (#238)
Browse files Browse the repository at this point in the history
I overlooked this change in #235, and that PR didn't change files that
would have triggered the CI test suite to run.

So, in addition, this PR modifies `ci.yaml` so that changes to that file
trigger the workflow, too.

Co-authored-by: Stanislav Zmiev <zmievsa@gmail.com>
  • Loading branch information
kurtmckee and zmievsa authored Dec 12, 2024
1 parent 6b39ad6 commit 4d8fe9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
branches: [main, 3.x.x]
types: [opened, synchronize]
paths:
- ".github/workflows/ci.yaml" # self
- "**.py"
- "**.toml"
- "**.lock"
Expand Down Expand Up @@ -72,7 +73,7 @@ jobs:
- name: Download coverage info
uses: actions/download-artifact@v4
with:
name: coverage-results-*
pattern: coverage-results-*
merge-multiple: true
path: coverage/
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 4d8fe9d

Please sign in to comment.