Skip to content

Commit a0462b8

Browse files
authored
Merge branch 'main' into feature/various
2 parents d253ce8 + 1f57c83 commit a0462b8

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: hatch build
3535
# Upload artifacts for later use
3636
- name: Upload Artifacts
37-
uses: actions/upload-artifact@v6
37+
uses: actions/upload-artifact@v7
3838
with:
3939
name: dist
4040
path: dist/
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Check Semantic PR
2+
on:
3+
pull_request:
4+
types: [opened, edited, synchronize, reopened]
5+
pull_request_target:
6+
types: [opened, edited, synchronize, reopened]
7+
8+
jobs:
9+
check:
10+
uses: reqstool/.github/.github/workflows/check-semantic-pr.yml@main

.github/workflows/publish_pypi_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
# Download artifacts from the build job
2828
- name: Download Artifacts
29-
uses: actions/download-artifact@v7
29+
uses: actions/download-artifact@v8
3030
with:
3131
name: dist
3232
path: dist

.github/workflows/publish_pypi_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
# Download artifacts from the build job
2525
- name: Download Artifacts
26-
uses: actions/download-artifact@v7
26+
uses: actions/download-artifact@v8
2727
with:
2828
name: dist
2929
path: dist

0 commit comments

Comments
 (0)