diff --git a/.github/workflows/release-note.yaml b/.github/workflows/release-note.yaml index 30a073f5..dd19c0eb 100644 --- a/.github/workflows/release-note.yaml +++ b/.github/workflows/release-note.yaml @@ -117,7 +117,7 @@ jobs: cat release-notes.md >> $GITHUB_STEP_SUMMARY - name: Archive Release Notes - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ env.ORG }}-${{ env.REPO }}-${{ env.BRANCH }}.md path: release-notes.md