There was an error while loading. Please reload this page.
2 parents 3834b0e + 1099f41 commit 2ff3d17Copy full SHA for 2ff3d17
1 file changed
.github/workflows/excel_inbox.yaml
@@ -153,7 +153,7 @@ jobs:
153
154
- name: Upload apply output (for PR comment in finish job)
155
if: steps.inbox_check.outputs.present == 'true'
156
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
157
with:
158
name: apply-output
159
path: /tmp/apply_output.md
@@ -163,7 +163,7 @@ jobs:
163
if: >
164
steps.inbox_check.outputs.present == 'true' &&
165
steps.apply.outcome != 'failure'
166
167
168
name: modified-schema
169
path: _main_branch/src/coremeta4cat/schema/
0 commit comments