Skip to content

Commit 7fa09bb

Browse files
authored
Merge pull request #755 from zackproser/codex/fix-missing-download-info-for-actions-upload-artifact
Fix metadata workflow
2 parents 07f7a87 + fc8e3b2 commit 7fa09bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: node scripts/check-metadata.js > pr_comment.md
2525

2626
- name: Upload metadata reports
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: metadata-reports
3030
path: |

0 commit comments

Comments
 (0)