Skip to content

Commit 4de3161

Browse files
authored
Merge branch 'main' into renovate/actions-download-artifact-8.x
2 parents 10b208b + ea533fb commit 4de3161

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: poetry build
4444
# Upload artifacts for later use
4545
- name: Upload Artifacts
46-
uses: actions/upload-artifact@v6
46+
uses: actions/upload-artifact@v7
4747
with:
4848
name: dist
4949
path: dist/

renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
extends: ["github>reqstool/.github//.github/renovate.json5"],
3+
}
4+

0 commit comments

Comments
 (0)