Skip to content

Commit a3b97aa

Browse files
authored
Updated upload-artifact to V4, and included this branch family in CI. (#15)
Signed-off-by: Eric Reinecke <[email protected]>
1 parent 1752171 commit a3b97aa

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@ name: Run tests
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- "main"
7+
- "release/**"
68
paths-ignore:
79
- "**.md"
810

911
pull_request:
10-
branches: [main]
12+
branches:
13+
- "main"
14+
- "release/**"
1115
paths-ignore:
1216
- "**.md"
1317

.github/workflows/deploy_package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python -m build
2525
- name: Upload Built Artifacts
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: dist
2929
path: |

0 commit comments

Comments
 (0)