Skip to content

Commit bfcea86

Browse files
authored
Merge branch 'main' into feature/1019-channel-folder-template
2 parents 8deff87 + a2d6409 commit bfcea86

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+9322
-685
lines changed

.github/workflows/docker-build-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
touch "${{ runner.temp }}/digests/${digest#sha256:}"
115115
116116
- name: Upload digest
117-
uses: actions/upload-artifact@v6
117+
uses: actions/upload-artifact@v7
118118
if: env.OCI_PUSH == 'true' && github.actor != 'dependabot[bot]'
119119
with:
120120
name: digests-${{ env.PLATFORM_PAIR }}
@@ -139,7 +139,7 @@ jobs:
139139
OCI_IMAGE_NAME: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
140140

141141
- name: Download digests
142-
uses: actions/download-artifact@v7
142+
uses: actions/download-artifact@v8
143143
with:
144144
path: ${{ runner.temp }}/digests
145145
pattern: digests-*

ent/client.go

Lines changed: 149 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ent/ent.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ent/hook/hook.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ent/migrate/schema.go

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)